You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2022. It is now read-only.
It tried to use the SimpleTransport in a basic Asp.Net application and their is a little problem.
The ExecuteRequestAsync never return, only timeout after a very long time. It do it only on Asp.Net context with 4.6.X.
After some research, obj.GetResponseAsync() throw a System.Net.WebException as expected but the await block it (or something like that).
Migrating to a wait/result usage, it return a AggregateException etc..