Closed balazsracz closed 5 years ago
Fixes performance problem related to thread jumping when the client instructs to operate in single-threaded mode.
Batches up to 150 packets to send from the output send queue into one callback to execute on the client's executor thread.
Fixes performance problem related to thread jumping when the client instructs to operate in single-threaded mode.
Batches up to 150 packets to send from the output send queue into one callback to execute on the client's executor thread.