Options
All
  • Public
  • Public/Protected
  • All
Menu
     

Module SESS

Index

Interfaces

Type aliases

Type aliases

SendLoad

SendLoad: function

Sends predefined, ssession-based payloads to a socket.

param

The sessionID. If given, this message is sent to a specific socket within the Accessor space.

param

If true; does not send anything (???).

Type declaration

    • (sid: string, strict: boolean): void
    • Parameters

      • sid: string
      • strict: boolean

      Returns void