Skip to content
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

Handle graceful websocket disconnects correctly #32

Open
Tracked by #33
ecton opened this issue Apr 14, 2021 · 0 comments
Open
Tracked by #33

Handle graceful websocket disconnects correctly #32

ecton opened this issue Apr 14, 2021 · 0 comments
Labels
enhancement New feature or request networking Issues relating to either the networked server or client
Milestone

Comments

@ecton
Copy link
Member

ecton commented Apr 14, 2021

Right now the server and client do not do any of the recommended WebSocket closing procedures. It doesn't really impact the protocol used in PliantDB, but my understanding from doing some research is that if we want to support interacting with WebSockets on the browser, implementing graceful closing will prevent errors from popping up in the browser consoles for expected disconnections.

@ecton ecton added the server label Apr 14, 2021
@ecton ecton added this to the v0.1.0 milestone Apr 25, 2021
@ecton ecton added this to To do in Khonsu Labs Roadmap May 20, 2021
@ecton ecton moved this from To do to Backburner in Khonsu Labs Roadmap Aug 5, 2021
@ecton ecton added enhancement New feature or request networking Issues relating to either the networked server or client and removed server labels Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request networking Issues relating to either the networked server or client
Projects
Status: Backburner
Development

No branches or pull requests

1 participant