-
Notifications
You must be signed in to change notification settings - Fork 223
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
Should server example using coroutines be added? #144
Comments
I think this looks great! You should probably create a pull request for it. |
How do I avoid annoying non-nightly users with a fails-to-build example then?
|
Note: published app based on this example to crates.io: wsbroad. Was previously only on Github. It also shows communication between connected clients. |
Not sure what to say about the fails-to-build example, I guess the compiler message will make it obvious why the example fails to build with stable. I personally would not worry about that. |
But as far as I know |
Ah I was not aware of that. Seems your right, I just tested it. Maybe create an examples-nightly folder that is not picked up by |
@vi awesome stuff, merge it into some other folder until we figure out what to do with the build step. |
I've created a port of "async-autobahn-server.rs" (sans error handling) using the futures-await / experimental coroutines.
Should it be added to the examples or better to wait for stabilization of respective Rust features?
The text was updated successfully, but these errors were encountered: