Details
-
Improvement
-
Resolution: Fixed
-
Major
-
2.2.5
-
None
-
None
Description
In the exception handling of many methods, the callback is invoked synchronously. This changes the behavior to await on the callback instead. It also add sets ConfigureAwaiter to false.