Replies: 2 comments
-
Did you find a way to do this? I'm also trying to achieve the same thing as you described. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Look at Loop::defer |
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.
-
Let me ask a question. Suppose a websocket request is received, and the server will have a very time-consuming calculation to get the result and return it to the client. Since my uwebsockets server is single-threaded, it will block other requests, which is very time-consuming The calculation of time must be ordered, so I can't use multi-threading. In this case, is there any way to make the processing of this request not affect other types of requests.
Beta Was this translation helpful? Give feedback.
All reactions