Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

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

Description

@n1xxk

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions