Replies: 1 comment
-
You need to use the Timer class for that. |
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.
-
Hi,
I have a problem I tried to use workerman and I prepared loop on server side to send message each one every one second but I got all of them at once. I waited 10 seconds and then 10 messages appears on client side.
Not 10 messages on every one second but in one second all.
Client:
server side:
I tried with flush but without success.
Can You help me how to done with it? Maybe not websocket or something else?
Beta Was this translation helpful? Give feedback.
All reactions