Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUse tokio 0.1 (tokio reform updates) #199
Conversation
surdus
added some commits
Nov 19, 2018
This comment has been minimized.
This comment has been minimized.
|
How does it compare to this repository? |
This comment has been minimized.
This comment has been minimized.
kellerkindt
commented
Nov 20, 2018
|
Thans @surdus , you made it available just as I needed it. I am currently using it in production and besides some sporadic disconnects (upstream write buffer fills up, which might be caused by another change of mine), its running fine. |
This comment has been minimized.
This comment has been minimized.
It is just tokio related updates with fix of all compile warnings (there were some related to deprecated methods). In repo you mentioned there is also updates for new hyper version as I see and looks it is still required some work to do (rust show warnings for some unused variables and deprecated methods). But in general looks like it also use new tokio |
This comment has been minimized.
This comment has been minimized.
|
So this pull request is probably for version |
This comment has been minimized.
This comment has been minimized.
|
Server (websocat is based on current rust-websocket version):
rust-websocket without bug (2f9ab02):
rust-websocket with this pull request merged in:
The faster server and the slower client go, the more probability of missed message is. |
surdus
added some commits
Dec 16, 2018
This comment has been minimized.
This comment has been minimized.
|
Should works now. The problem was in codec update, non processed data in input buffer were lost. @kellerkindt issues that you mentioned may be related to this. |
surdus commentedNov 19, 2018
Related issue #165