We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8f87c commit 0516d35Copy full SHA for 0516d35
Usage Docs/FAQ.md
@@ -50,5 +50,5 @@ Another case where this might happen is if you use namespaces in your socket.io
50
In the JavaScript client a url that looks like `http://somesocketioserver.com/client` would be done with the `nsp` config.
51
52
```swift
53
-let socket = SocketIOClient(socketURL: URL(string: "http://somesocketioserver.com/client")!, config: [.nsp("/client")])
+let socket = SocketIOClient(socketURL: URL(string: "http://somesocketioserver.com")!, config: [.nsp("/client")])
54
```
0 commit comments