diff --git a/docs/generated/interfaces/WebSocketBehavior.html b/docs/generated/interfaces/WebSocketBehavior.html index 9b19bd50..f666f60e 100644 --- a/docs/generated/interfaces/WebSocketBehavior.html +++ b/docs/generated/interfaces/WebSocketBehavior.html @@ -9,7 +9,7 @@ Disable by using 0. Defaults to 120.

Maximum length of allowed backpressure per socket when publishing or sending messages. Slow receivers with too high backpressure will be skipped until they catch up or timeout. Defaults to 1024 * 1024.

Optional maxPayloadLength

maxPayloadLength?: number

Maximum length of received message. If a client tries to send you a message larger than this, the connection is immediately closed. Defaults to 16 * 1024.

-

Optional sendPingsAutomatically

sendPingsAutomatically?: number
+

Optional sendPingsAutomatically

sendPingsAutomatically?: boolean

Whether or not we should automatically send pings to uphold a stable connection given whatever idleTimeout.

Methods

Optional close