-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SynchronizationContext for #907 #912
Conversation
Do we have to account for the xUnit synchronizationcontext or is that applied ontop of this one once the async test starts? |
Xunit just wraps anything it finds before calling the method, but after calling constructor. |
Could we add a test to verify the existence and resolution of the bug in addition to the fix? |
Obsoleted by #913 |
CallContext is a slowpoke, so it seems that we are going to use this |
As #913 is too costly in terms of processing overhead, we still need this fix. |
SynchronizationContext for #907
This should restore current actor cell before calling continuation