SubscriptionWsProtocol

fun SubscriptionWsProtocol(    webSocketConnection: WebSocketConnection,     listener: WsProtocol.Listener,     connectionAcknowledgeTimeoutMs: Long,     connectionPayload: suspend () -> Map<String, Any?>? = { null },     frameType: WsFrameType = WsFrameType.Text)