Open

data class Open<BinaryPayloadType>(val shouldProcessPendingEvents: Boolean = true) : WebSocketEvent<BinaryPayloadType>

Since

API v8

Constructors

Link copied to clipboard
constructor(shouldProcessPendingEvents: Boolean = true)

Properties

Link copied to clipboard
val shouldProcessPendingEvents: Boolean = true

if false, the client should skip pending events, due to new async notifications.