open Secure Web Socket Flow
inline fun <T : Any> <ERROR CLASS>.openSecureWebSocketFlow( url: String, noinline checkReconnection: suspend (Throwable?) -> Boolean = { true }, noinline requestBuilder: <ERROR CLASS>.() -> Unit = {}): Flow<T>
Content copied to clipboard
Parameters
check Reconnection
This lambda will be called when it is required to reconnect to websocket to establish connection. Must return true in case if must be reconnected. By default always reconnecting