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 43d5455 commit da5b019Copy full SHA for da5b019
README.md
@@ -51,15 +51,12 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
51
```
52
53
## Features
54
-- Supports socket.io 1.0+<sup>a</sup>
+- Supports socket.io 1.0+
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