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
Significantly reduce number of go routines in executor (#45)
* Significantly reduce number of go routines in executor
Significantly reduce number of go routines generated by sending work to
the client.
Signed-off-by: joshvanl <[email protected]>
* Fix go routine sending of wi
Signed-off-by: joshvanl <[email protected]>
* Only set timeout on the response
Signed-off-by: joshvanl <[email protected]>
* don't confuse error msgs
Signed-off-by: joshvanl <[email protected]>
* Make errCh channel size 1
Signed-off-by: joshvanl <[email protected]>
---------
Signed-off-by: joshvanl <[email protected]>
0 commit comments