-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in SocketIOConnector #12
Comments
Below works |
// import Foundation /// This class creates a connnector to a Socket.io server.
} use this class |
There is an error in this class line 54
self.socket = SocketIOClient(socketURL: nurl, config: socketConfig)
There is no initializer for the SocketIOClient class with this parameters only with:
SocketIOClient(manager: SocketManagerSpec, nsp: "String").
LaravelEchoIOS (0.0.3)
Socket.IO-Client-Swift (15.2.0)
Starscream (3.1.1)
Please fix that.
Best Regard.
The text was updated successfully, but these errors were encountered: