-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Platforms 16 (06/24/16)
Set the socket to non blocking, then try to do sync reads/writes and check for would_block. If the operation would block, fall back to async with timers.
Hopefully this will improve the performance.