This PR adds support for closing of proxied websocket connections via a Shutdown(ctx context.Context) error method.
This is useful in the case where the service handling the proxied connections is shutting down, and we want to gracefully disconnect the websocket connections.
This PR adds support for closing of proxied websocket connections via a
Shutdown(ctx context.Context) error
method.This is useful in the case where the service handling the proxied connections is shutting down, and we want to gracefully disconnect the websocket connections.