Update SocketIOClient.swift

socketio chat url
This commit is contained in:
Nikolai Ashanin 2017-03-30 18:24:12 +03:00 committed by GitHub
parent 3faf183cb2
commit 7b20d3861a
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public final class SocketIOClient : NSObject, SocketEngineClient, SocketParsable
}
}
self.config.insert(.path("/socket.io/"), replacing: false)
self.config.insert(.path("/chat/socket.io/"), replacing: false)
super.init()
}