-
Notifications
You must be signed in to change notification settings - Fork 110
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
sample/ChannelsSample throws error on join #379
Comments
This error was a versioning error of Microsoft.IO.RecyclableStreams in FSharp.Control.Websockets. This has since been fixed with a new release of FSharp.Control.Websockets: https://github.com/TheAngryByrd/FSharp.Control.WebSockets/releases/tag/v0.3.0 @forki When you have availability, can the dependency version for FSharp.Control.Websockets please be updated to 0.3 in the paket.dependencies file: Line 20 in 8511856
And then publish a new v0.16.2 Release of Saturn? |
Thank you for the v0.17 Release, @baronfel. |
Oh, does this still need the 0.3 update of FSharp.Control.WebSockets? If you could send a PR with that change @rastreus I'd be happy to do another release. |
Created the PR right now! |
I get the following error:
If this works for anyone else, would it be possible to see the paket.lock file?
The text was updated successfully, but these errors were encountered: