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

Improve state storage for connections #141

Open
avojak opened this issue May 9, 2021 · 0 comments
Open

Improve state storage for connections #141

avojak opened this issue May 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@avojak
Copy link
Owner

avojak commented May 9, 2021

Need to improve how state is stored for a connection. Currently as soon as a connection is attempted, it's stored as "open", which isn't completely correct. Should differentiate between opening a connection and an established connection (need better choice of words here).

This would allow better state checks for things, including whether or not a user can join a channel for a server (right now they can try to join a channel for a server that doesn't have a fully established connection, because the connection object is stored as "open")

@avojak avojak added the enhancement New feature or request label May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant