Hi everyone so I built a Django webapp as WSGI now I want to make rooms for my new PvP chess section in the app where I make rooms thru web sockets for users to create rooms and play chess. I am using Upstash Redis servers to connect the players thru the sockets. Now I understand that only ASGI apps have sockets function but when I direct the WSGI to use the ASGI then I get server error. My task is running on Uvicorn and is successful but I cannot manage to get the sockets created. If I direct the task to connect with ASGI still there is error on the browser console saying sockets not created. Has anyone managed to make such a app functional on python anywhere using any other tech. Please help me out if you have any knowledge how to get my online rooms created for my chess PvP game app. Thank you very much Lord Firedragon