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 87ecee1 commit 43d5455Copy full SHA for 43d5455
README.md
@@ -51,12 +51,15 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
51
```
52
53
## Features
54
-- Supports socket.io 1.0+
+- Supports socket.io 1.0+<sup>a</sup>
55
- Supports binary
56
- Supports Polling and WebSockets
57
- Supports TLS/SSL
58
- Can be used from Objective-C
59
60
+_<sub>a: For socket.io 2.0+ servers, client versions less than v10.0 must pass .doubleEncodeUTF8(false) as a config,
61
+otherwise unicode will become garbled</sub>_
62
+
63
## Installation
64
Requires Swift 3/Xcode 8.x
65
0 commit comments