Skip to content

Commit da5b019

Browse files
committed
Revert "add note about socket.io 2.0 and unicode"
This reverts commit 43d5455.
1 parent 43d5455 commit da5b019

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,12 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
5151
```
5252
5353
## Features
54-
- Supports socket.io 1.0+<sup>a</sup>
54+
- Supports socket.io 1.0+
5555
- Supports binary
5656
- Supports Polling and WebSockets
5757
- Supports TLS/SSL
5858
- Can be used from Objective-C
5959
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-
6360
## Installation
6461
Requires Swift 3/Xcode 8.x
6562

0 commit comments

Comments
 (0)