Ultraviolet-Node-Archive icon indicating copy to clipboard operation
Ultraviolet-Node-Archive copied to clipboard

Websockets Do Not Close Between Nginx And UV Even After The Client Disconnects

Open n1xxk opened this issue 3 years ago • 0 comments

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

  1. Connect to a proxied WebSocket.
  2. Disconnect.
  3. Nginx and UV are still connected to each other.

Detailed Description

Please make it so that Nginx and UV disconnect when the client disconnects.

n1xxk avatar May 21 '22 01:05 n1xxk