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
Ambient state can be null in cases where e.g. a TaskCompletionSource is beeing completed from the outside, e.g. in a FutureActorRef while the awaiting code is under the ActorTaskScheduler control.
When nesting Ask statements as described in this gist: https://gist.github.com/Danthar/d1fe5581a6ba13ca6e30
A problem occurs causing the first Ask to never return. An exception from the ActorTaskScheduler seems to be the culprit.
The text was updated successfully, but these errors were encountered: