-
Notifications
You must be signed in to change notification settings - Fork 48
Troubleshooting Async & Await
Andrew Theken edited this page Mar 29, 2017
·
1 revision
Async + Await are great additions to the .net runetime. However, we have seen some cases where async methods end up blocking in different contexts.
In the case of ASP.net, the SynchronizationContext
may have strange behaviors that can cause postmark-dotnet calls to "block", here's a great article about these quirks, and some options for how to resolve them:
https://blogs.msdn.microsoft.com/webdev/2012/11/19/all-about-httpruntime-targetframework/
The Postmark.Net client can be installed from NuGet.
For additional information about the capabilities of the Postmark API, see http://developer.postmarkapp.com/.
- Getting Started
- Version 2.0 Upgrade Guide
- Sending Email
- Searching Sent Messages
- Analyzing Sent Messages
- Processing Inbound Email
- Retrieving Message Statistics
- Handling Bounces
- Managing Suppressions
- Working with Message Streams
- Managing Your Account
- Troubleshooting Async&Await
- Version 1.x Overview
- Sending Email
- Sending Batch Emails
- Sending Attachments
- Sending Inline Images
- Using
MailMessage
- Using the Bounce API
- [Getting Send Statistics](Sending Statistics)
- Adding Custom Email Headers