-
Notifications
You must be signed in to change notification settings - Fork 184
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
Rewrite: Websocket #68
Comments
Reconnection loop could be fixed by a lock in connect method or by awaiting it. Graceful closing. Wait until bot is ready and then over ride the loop's signal handlers to destroy every node which closes the respective websocket with 1000, and when everything is done, we stop the loop with |
A very basic implementation (of closing) |
I'd very much like the custom JSON encoders as in #65 to be usable in Wavelink, but I really feel like the implementation I proposed is not ideal because it sets way too many attributes. I would love to see it refined in the rewrite and seems like Scrag agrees with me. I've also requested binary websocket traffic in Lavalink, but seeing the comment it won't be added in the near future. |
Maybe add a |
This issue is for discussing and collating the issues and wanted improvements of Wavelink's Websocket for the rewrite project.
If any particular point gets a lot of attention, consider creating a dedicated issue ticket to discuss it in further detail and to collate all the details specific to it there to ensure this issue is kept relatively clean and focused on the feature as a whole.
Current issues
Improvements
The text was updated successfully, but these errors were encountered: