Replies: 1 comment 2 replies
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
In my application, incoming http requests cannot be served synchronously. Instead, the request object is passed to a different module which evaluates the response in a worker thread. Calling thread is released immediately. The response is passed back through a different thread than the uWebSockets event loop thread. My questions:
Thank you
Beta Was this translation helpful? Give feedback.
All reactions