-
Notifications
You must be signed in to change notification settings - Fork 51
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
Bumped dependency versions #63
Conversation
Signed-off-by: pranav <adpranavb2000@gmail.com>
Signed-off-by: pranav <adpranavb2000@gmail.com>
Some of the tests failed, not sure why :/ :
EDIT: |
It seems the payload was changed |
Signed-off-by: pranav <adpranavb2000@gmail.com>
@Covertness So it seems the response that is being received is the one from the Would you be able to take a look? Hopefully shouldn't take too long :) |
The problem happened on this line. The socket always produce |
Are you a part of an IRC or Slack server so I could ping you there?
I'll try downgrading this and check. |
Downgrading to a version below 0.6 unfortunately breaks stuff. Guess we'll have to figure out another way. |
The new version has its own Stream. I think it will be compatible with the socket of new version. |
Do correct me if I'm wrong, but from what I can see, the
The necessary functions like I've also started a discussion here in the tokio repo :) |
Okay. Waiting for the reply from the tokio team. |
@Covertness I had a couple of other issues, and I was hoping that we could communicate real-time over a chat service. Could I possibly have your slack or twitter handle (or any other chat service that suits you)? My email ID is adpranavb2000@gmail.com |
Signed-off-by: pranav <adpranavb2000@gmail.com>
Can we have a new release? v1.0 wink wink |
Sorry for not getting back to you sooner. So busy recently. You can touch me by email if you want communicate with me. My email is wuyingfengsui@gmail.com. |
The main motivation behind this was that the
tokio
version being used in this crate was still0.2
and this was causing major issues in my project. Refactored it to usetokio 1.7*
, and also rancargo fmt
(Do tell me if this might cause issues).I also wanted to ask if this warrants a version bump since the change in tokio versions might cause issues for others.