Open
Description
I executed code client.disconnect()
It is connected again right away
And immediately received a callback for successful connections
And I printed the client.status
isconnected
client.on(clientEvent: .connect) { [weak self] data, ack in
guard let self = self else { return }
print(self.client.status.rawValue) // The result is 3
}
Socket.IO-Client-Swift version is 13.4.0
iOS version is 12.1