python script for sending the same event multiple times concurrently to check latency #1345
Unanswered
nsrawat009
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can, if you do it yourself. The library does not offer this as a feature, so you will need to implement the concurrent requests in your application. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @miguelgrinberg is there any way to send the same event multiple times(lest say 10 requests) concurrently to calculate average latency of responses in socketio???
Beta Was this translation helpful? Give feedback.
All reactions