Colin Biggin
Results
2
issues of
Colin Biggin
The following code fails on v15.1.0: `self.manager = SocketManager.init(socketURL: url, config: [.log(true), .compress])` If you eliminate the config options, then it works. The above works under v15.0.0.
I'm having trouble emitting messages (and getting responses) to a separate namespace. I created two clients: 1) no namespace specified 2) namespace specified to be "/chat" The url's for both...