Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
https://github.com/uNetworking/uWebSockets.js/blob/master/examples/Backpressure.js |
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.
-
Hi,
Fisrt of all,My english is very poor,I sincerely hope you can understand what i wrote and give me some precious advice.
I wanna send some consecutive message(like video/audio data).
pseudocode is as follows:
I know the library is single threaded, so when i send consecutive data to client in a while loop, I don't know when the client close,and 'flag = false' is unreachable.
Beta Was this translation helpful? Give feedback.
All reactions