mirror of
https://github.com/socketio/socket.io-client-swift.git
synced 2026-02-06 19:03:20 +00:00
fix insert invoked twice
This commit is contained in:
@@ -139,8 +139,6 @@ open class SocketManager : NSObject, SocketManagerSpec, SocketParsable, SocketDa
|
||||
self._config.insert(.secure(true))
|
||||
}
|
||||
|
||||
self._config.insert(.path("/socket.io/"), replacing: false)
|
||||
|
||||
super.init()
|
||||
|
||||
setConfigs(_config)
|
||||
|
||||
Reference in New Issue
Block a user