We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Like we send auth parameter ion iOS using the following way, But I couldn't found a way to send It same in iOS.
chatSocketManager = SocketManager(socketURL: socketURL, config: [.log(true), .compress]) chatSocketManager.defaultSocket.on(clientEvent: .connect) {data, ack in print("socket connected") self.chatSocketManager.defaultSocket.joinNamespace() } let dict = [ "access" : accessToken, "public": publicToken, "timestamp" : "\(timeStamp)"] chatSocketManager.defaultSocket.connect(withPayload: dict)
Need Someone Help. Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Like we send auth parameter ion iOS using the following way, But I couldn't found a way to send It same in iOS.
Need Someone Help.
Thanks
The text was updated successfully, but these errors were encountered: