-
Notifications
You must be signed in to change notification settings - Fork 0
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
Show channel setting in real-time #6
Comments
This was referenced Nov 29, 2024
BECATRUE
added a commit
that referenced
this issue
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature you want to implement
As there might be several users to control the same channel, we need to synchronize the channel setting.
For this, a client should keep tracking a modification of channel setting, which is offered by
/setting/<int:ch>/
WebSocket.In addition, the operation status for each channel requested by the user would be fetched when the main page is loaded.
How the feature is implemented
We can handle a WebSocket just using
WebSocket
class.The text was updated successfully, but these errors were encountered: