Skip to content

Commit 4ec634c

Browse files
committed
Merge branch 'master' of https://github.com/slidoooor/socket.io-client-swift into development
* 'master' of https://github.com/slidoooor/socket.io-client-swift: fix insert invoked twice
2 parents 8eca624 + fa7fcc8 commit 4ec634c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/SocketIO/Manager/SocketManager.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ open class SocketManager : NSObject, SocketManagerSpec, SocketParsable, SocketDa
139139
self._config.insert(.secure(true))
140140
}
141141

142-
self._config.insert(.path("/socket.io/"), replacing: false)
143-
144142
super.init()
145143

146144
setConfigs(_config)

0 commit comments

Comments
 (0)