-
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
Tokio reform #165
Comments
Without this, using |
So... I got a fork working with the latest hyper (switched to httparse though) and tokio reform: I wouldn't call it a quality job but it's working for me so far on the project I'm using it for. The only thing failing atm is doc tests. Maybe some of my dabbling will help :) |
@enzious any idea how much work it would take to upgrade to futures 0.2? |
@tinaun Apparently futures 0.2 is not going to last long so waiting until 0.3 seems best: |
@enzious if your work is nearly done you could open PR and hopefully somebody competent would review it. |
@enzious I'll review it if you make a PR |
I second the request to move from tokio_core to tokio. I've been trying to integrate websocket into a project based on tokio but couldn't get it to work:
I would appreciate a migration that works with futures 0.1 and the latest tokio. I'm happy to test and review any time. |
So is there any progress on this one? |
Given #199 has been merged, is there anything left to do now? Or can the issue be closed? |
Probably can be closed. Next on the line is Hyper reform. Hyper 0.12 seems to be another http library, not just next version of Hyper 0.10. Some low-level abilities seem to be missing. Maybe rust-websocket should be based not on |
With the recent tokio reform, tokio-core has been deprecated in favour of the tokio crate. It would be nice to migrate over; There have been some breaking changes, but at first glance it doesn't seem like it'll be too hard.
The text was updated successfully, but these errors were encountered: