SocketConfig

constructor(reconnection: Boolean = true, reconnectionAttempts: Int = Int.MAX_VALUE, reconnectionDelay: Long = 1000, reconnectionDelayMax: Long = 5000, timeout: Long = 20000, autoConnect: Boolean = true, transports: List<String> = listOf("websocket", "polling"))