-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Discussion room: Text chatting through web sockets #3272
base: main
Are you sure you want to change the base?
Conversation
@DonnieBLT sir , this is 1st PR to fix the collboration rooms issue. |
@DonnieBLT Sir , like you said that asgi uvicorn application could take up memory to support real time socket connections but using sockets is the best way to approach this issue. |
This is fine, I’m trying to reduce the memory further before making the switch. We don’t need the stripe module and I think there are a few others we can refactor out. |
Sure sir, I'll refactor it out. |
fixes #3263.
features: 1. Create/delete room and start real time text conversation.
Prerequisites: Website needs to run in asgi mode.
Screen.Recording.2025-01-27.at.1.09.07.AM.mov