Connect Local Socket Options
data class ConnectLocalSocketOptions(val socket: SocketManager, val link: String, val config: SocketConfig = SocketConfig(
reconnection = true,
transports = listOf("websocket"),
autoConnect = true
), val timeoutMillis: Long = 10000)
Parameters for connecting to the local Community Edition socket.
Constructors
Link copied to clipboard
constructor(socket: SocketManager, link: String, config: SocketConfig = SocketConfig(
reconnection = true,
transports = listOf("websocket"),
autoConnect = true
), timeoutMillis: Long = 10000)