-
Notifications
You must be signed in to change notification settings - Fork 3
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
Maintaining the client #2
Comments
@srikwit This client has been based on earlier version of Tokio. Since then the Tokio library has evolved a lot. It will demand some time to update but it can be done. It can be a good exercise to learn the new async features added to Rust. Help is welcome. |
@wisespace-io Yes, I can take this up. I have been able to migrate a previous library based on tokio-core to the current tokio crate. I will be able to push changes by this weekend. Please do help me out in case of issues. |
@wisespace-io I have been able to migrate most code to nightly, down to 18 errors mostly around the futures crate. Might need a few days before I can send them for your review. |
@srikwit Ok, I imagined that it would take some time. |
Hi,
Do you have any plans for maintaining this nsqueue client?
This is listed in the official list of clients at: https://nsq.io/clients/client_libraries.html
It can be migrated to support a more recent version of Rust.
Please let me know if you would need some help in doing so.
The text was updated successfully, but these errors were encountered: