MartaLopesGomes
MartaLopesGomes
I'm running in development mode with runserver.
I tried running the chat example, with Django 3 and it worked fine.
I got the same result as before using curl. I'm using a separate thread to call _send_event(...)_. Do you think that can be the reason to observe this pattern? If...
I was sure that I was calling the `send_event` the number of times I was expecting. I think I have the problem solved. But I'm not sure that I know...