-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using the built-in async functions of WebRequest don't cut it in certain environments, namely ASP.NET. The synchronization root is the same as the HTTP request thread, so the main ASP.NET request thred won't finish until the WebClient is done. This is bad for client performance and even worse when Rollbar is unavailable as it would delay responses by 20 seconds.
- Loading branch information
Showing
1 changed file
with
44 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters