Options
All
  • Public
  • Public/Protected
  • All
Menu

A wrapper around QueueingStreamingSocket that reconnects automatically.

Hierarchy

  • ReconnectingSocket

Index

Constructors

  • new ReconnectingSocket(url: string, timeout?: number, reconnectedHandler?: (() => void)): ReconnectingSocket

Properties

connectionStatus: ValueAndUpdates<ConnectionStatus>

Methods

  • connect(): void
  • disconnect(): void
  • queueRequest(request: string): void

Generated using TypeDoc