-
I just want it to work in a single thread or set the worker thread to 1. |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Jun 2, 2021
Replies: 1 comment
-
The closest thing we have right now is to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nibanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The closest thing we have right now is to use
QUIC_EXECUTION_PROFILE_TYPE_SCAVENGER
when you create your registration. This results in only a single QUIC worker thread being created to use for all QUIC connections you create.