Saxonberg Server API
    Preparing search index...

    ConnectionManager - Singleton for connection state management.

    Index

    Methods

    • Create and register a new Interactive connection.

      Parameters

      • socketId: string

        WebSocket socket ID

      • sessionId: string

        Express session ID

      • user: User

        Authenticated User (already loaded by Application)

      Returns Promise<default>

      The created Interactive object

    • Remove and destroy an Interactive connection.

      Parameters

      • socketId: string

        Socket ID to remove

      Returns boolean

      True if Interactive was found and removed