You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: wait a macrotick to resume without pipelining (nodejs#1465)
* Wait a macrotick to resume without pipelining
This change makes the Client wait for a full macrotick before
executing up the next request if pipelining is disabled.
This is to account for socket errors events that might be waiting
to be processed in the event queue. This is the expected behavior
without pipelining.
This will slow us down a bit without pipelinig.
Fixes: nodejs#1415
Signed-off-by: Matteo Collina <[email protected]>
* fixup
Signed-off-by: Matteo Collina <[email protected]>
0 commit comments