remove namespace from socket id

This commit is contained in:
Erik 2016-11-24 08:15:17 -05:00
parent 56278795ea
commit 077de02345
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -65,7 +65,7 @@ public final class SocketIOClient : NSObject, SocketEngineClient, SocketParsable
var waitingPackets = [SocketPacket]()
public var sid: String? {
return nsp + "#" + (engine?.sid ?? "")
return engine?.sid
}
/// Type safe way to create a new SocketIOClient. opts can be omitted