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

InvalidOperationException with hot observable calling AwaitObservable from within Async #29

Open
exercitusvir opened this issue Aug 27, 2015 · 1 comment

Comments

@exercitusvir
Copy link

I just got an InvalidOperationException with the message Async.FromContinuations was invoked multiple time" when using the AwaitObservable that takes only a single IObservable in FSharpx.Async 1.12.0

I found this commit which might be related, but I don't know if it is already in the current nuget package of FSharpx.Async 1.12.0.

I am calling AwaitObservable from within an Async returned by AwaitObservable that is still running. Might this be causing the problem? Are your tests covering that case?

@exercitusvir
Copy link
Author

This is fixed by the commit that I referenced. So it just needs to be pulled. The author is already working on getting the tests work on the build server.

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

No branches or pull requests

1 participant