Fix #923
This commit is contained in:
parent
9224e2b3e6
commit
658d5f5b71
@ -1,3 +1,7 @@
|
|||||||
|
# 13.1.1
|
||||||
|
|
||||||
|
- Fix [#923](https://github.com/socketio/socket.io-client-swift/issues/923)
|
||||||
|
|
||||||
# v13.1.0
|
# v13.1.0
|
||||||
|
|
||||||
- Allow setting `SocketEngineSpec.extraHeaders` after init.
|
- Allow setting `SocketEngineSpec.extraHeaders` after init.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "Socket.IO-Client-Swift"
|
s.name = "Socket.IO-Client-Swift"
|
||||||
s.module_name = "SocketIO"
|
s.module_name = "SocketIO"
|
||||||
s.version = "13.1.0"
|
s.version = "13.1.1"
|
||||||
s.summary = "Socket.IO-client for iOS and OS X"
|
s.summary = "Socket.IO-client for iOS and OS X"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
Socket.IO-client for iOS and OS X.
|
Socket.IO-client for iOS and OS X.
|
||||||
@ -18,7 +18,7 @@ Pod::Spec.new do |s|
|
|||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
s.source = {
|
s.source = {
|
||||||
:git => "https://github.com/socketio/socket.io-client-swift.git",
|
:git => "https://github.com/socketio/socket.io-client-swift.git",
|
||||||
:tag => 'v13.1.0',
|
:tag => 'v13.1.1',
|
||||||
:submodules => true
|
:submodules => true
|
||||||
}
|
}
|
||||||
s.pod_target_xcconfig = {
|
s.pod_target_xcconfig = {
|
||||||
|
|||||||
@ -205,7 +205,7 @@ open class SocketManager : NSObject, SocketManagerSpec, SocketParsable, SocketDa
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
engine?.send("0\(socket.nsp)", withData: [])
|
engine?.send("0\(socket.nsp),", withData: [])
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Called when the manager has disconnected from socket.io.
|
/// Called when the manager has disconnected from socket.io.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user