Skip to content
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

Merged
merged 3 commits into from
Apr 28, 2015
Merged

Conversation

kekekeks
Copy link
Contributor

This should restore current actor cell before calling continuation

@kekekeks
Copy link
Contributor Author

#907

@rogeralsing
Copy link
Contributor

Do we have to account for the xUnit synchronizationcontext or is that applied ontop of this one once the async test starts?

@kekekeks
Copy link
Contributor Author

Xunit just wraps anything it finds before calling the method, but after calling constructor.

@Aaronontheweb
Copy link
Member

Could we add a test to verify the existence and resolution of the bug in addition to the fix?

@kekekeks
Copy link
Contributor Author

Obsoleted by #913

@kekekeks kekekeks closed this Apr 27, 2015
@kekekeks
Copy link
Contributor Author

CallContext is a slowpoke, so it seems that we are going to use this

@kekekeks kekekeks reopened this Apr 27, 2015
@rogeralsing
Copy link
Contributor

As #913 is too costly in terms of processing overhead, we still need this fix.
The test seems to fail, are we losing context even with this applied?

rogeralsing added a commit that referenced this pull request Apr 28, 2015
@rogeralsing rogeralsing merged commit d8a0d44 into akkadotnet:dev Apr 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants