Bulk sending messages #511
Unanswered
narad-muni
asked this question in
Q&A
Replies: 1 comment
No you can't do that, you will need to emit message separately. The emit process is quite efficient though so doing it in a for loop shouldn't be an issue. |
0 replies
Sign up for freeto 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.
Hello,
Is there a way to send multiple messages on single socket. I want to send them to different events.
I notice that sending tuple or slice will send multiple messages, but they are on same event.
All reactions