Skip to content

WebsocketManager lacks reconnection and subscription restoration #191

@USEONGEE

Description

@USEONGEE

The current WebsocketManager implementation has the following limitations:

  1. No Automatic Reconnection:
  • There is no logic to automatically reconnect when the connection is closed (on_close) or an error occurs (on_error).
  • In case of network instability or server restarts, the client must manually implement reconnection.
  1. No Subscription Restoration:
  • Even if the connection is re-established, existing active_subscriptions / queued_subscriptions are not automatically re-subscribed.

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