Greetings to all, I noticed such a problem if out of context I use
await sio.emit('new_message_response', data={'test':'tester'}, namespace='/chat', room='c50c277a-b3a8-49e8-84ae-ed2497ed6655')
Then nothing happens, but if you remove the room, then sending happens, the room exists and there are people in it.
Greetings to all, I noticed such a problem if out of context I use
await sio.emit('new_message_response', data={'test':'tester'}, namespace='/chat', room='c50c277a-b3a8-49e8-84ae-ed2497ed6655')Then nothing happens, but if you remove the room, then sending happens, the room exists and there are people in it.