nats-rpc/nrpc

WorkerPool should handle a context cancel properly

Opened this issue · 0 comments

The current implementation of WorkerPool does not handle the case where its parent context gets canceled.
It should.