@playlive/tiltify-phoenix
    Preparing search index...

    Type Alias OnCloseCallback

    OnCloseCallback: (isDisconnecting: boolean) => void

    Fired on every Phoenix Socket close.

    Type Declaration

      • (isDisconnecting: boolean): void
      • Parameters

        • isDisconnecting: boolean

          true when the close was caused by the consumer calling disconnect(). false for unexpected drops.

        Returns void