Connect Local Socket Options
constructor(socket: SocketManager, link: String, config: SocketConfig = SocketConfig(
reconnection = true,
transports = listOf("websocket"),
autoConnect = true
), timeoutMillis: Long = 10000)