Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes how the WebSocketController should handle the message being sent.

Hierarchy

  • WebSocketSendOptions

Index

Properties

noBuffer?: boolean

If true, the message will be omitted when the socket is not in an appropriate state to send messages, e.g. not authorized

withoutAuth?: boolean

If true, the message will be sent even if the socket is not authorized and not subscribed

withoutSubscription?: boolean

If true, the message will be sent even if the socket is not subscribed.

Generated using TypeDoc