How to emit an event without any data ? #444
Unanswered
tomschelsen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently rewriting a client app made in Python, in which we can do :
sio.emit('end-signal')
What would be the equivalent here, as https://docs.rs/rust_socketio/latest/rust_socketio/asynchronous/struct.Client.html#method.emit doesn't make
data
anOption
?Thank you
Beta Was this translation helpful? Give feedback.
All reactions