Hello, I ran into an issue with channels asgi today. I had a wsgi server which i implemented with django and django rest framework. the server streams video from a webcam indefinitly and at the same time listens for requests like save image which saves a frame on the server or stops and starts the stream. this worked fine. at the same time as the livestream i could do requests. but when i added asgi to my application so i could use the websocket feature for notifications, it stopped working. when i start the stream i can do no other request, even the websocket doesn't work. what should i do?
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e6487860-9402-4822-ac95-90e3920bd668n%40googlegroups.com.