Replies: 1 comment
-
Did you see how to implement callbacks? It's in the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
......
.......
receiver_Id, user = await get_receiver_sid(room)
How to know below emit is successfully emitted
status = await sio.emit('my_response', {'data': messages}, room=receiver_Id)
This Status is always return None , whether successfully emmited or not
Actually I want to make the chat where i want to know the receiver message seen or not,
Beta Was this translation helpful? Give feedback.
All reactions