Ultraviolet-Node-Archive
Ultraviolet-Node-Archive copied to clipboard
Websockets Do Not Close Between Nginx And UV Even After The Client Disconnects
When the client disconnects from the proxied WebSocket Nginx and UV are still sending messages to each other.
Current Behavior
The WebSocket is still connected even when the client that started it has not.
Steps to Reproduce
- Connect to a proxied WebSocket.
- Disconnect.
- Nginx and UV are still connected to each other.
Detailed Description
Please make it so that Nginx and UV disconnect when the client disconnects.