-
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
Notify channel operation and setting change #17
Comments
Closed
BECATRUE
added a commit
that referenced
this issue
Nov 22, 2024
BECATRUE
added a commit
that referenced
this issue
Nov 22, 2024
BECATRUE
added a commit
that referenced
this issue
Nov 22, 2024
This was referenced Nov 22, 2024
BECATRUE
added a commit
that referenced
this issue
Nov 28, 2024
BECATRUE
added a commit
that referenced
this issue
Nov 28, 2024
BECATRUE
added a commit
that referenced
this issue
Nov 28, 2024
BECATRUE
added a commit
that referenced
this issue
Dec 3, 2024
BECATRUE
added a commit
that referenced
this issue
Dec 3, 2024
BECATRUE
added a commit
that referenced
this issue
Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature you want to implement
To notify channels operation status and synchronize channels setting, the server should offer the feature notifying them whenever changed.
How the feature is implemented
It will be implemented using WebSocket. Django offers Channels for WebSocket, hence I decided to utilize this.
asgi.py
to run the server with asynchronous server gateway interface.operation
orsetting
model, send the change to the corresponding group using group_send().Additional context
You can refer to the followings for how to use
Channels
.Channels
, I strongly recommend to read the tutorial.)The text was updated successfully, but these errors were encountered: