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
{{ message }}
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
When `Shutdown` is called on a net/http `Server`, it causes the `Serve`
function to return but may still have further cleanup to do. The
previous implementation sent a signal that shutdown was complete once
`Serve` returned, which would cancel a timeout context. If the server
was still actually cleaning up, we might get an error from `Shutdown`
because the context it was using was canceled.
Close the stopped channel once `Shutdown` returns to trigger cleanup.
Fixespuppetlabs-toy-chest#711.
Signed-off-by: Michael Smith <[email protected]>
If I run
tail -f <pubsub>
on a GCP Pub/Sub, then Ctrl-C and exit Wash, I getI expect no warning.
The text was updated successfully, but these errors were encountered: