remove namespace from socket id
This commit is contained in:
parent
56278795ea
commit
077de02345
@ -65,7 +65,7 @@ public final class SocketIOClient : NSObject, SocketEngineClient, SocketParsable
|
|||||||
var waitingPackets = [SocketPacket]()
|
var waitingPackets = [SocketPacket]()
|
||||||
|
|
||||||
public var sid: String? {
|
public var sid: String? {
|
||||||
return nsp + "#" + (engine?.sid ?? "")
|
return engine?.sid
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Type safe way to create a new SocketIOClient. opts can be omitted
|
/// Type safe way to create a new SocketIOClient. opts can be omitted
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user