Skip to content

Commit 43d5455

Browse files
committed
add note about socket.io 2.0 and unicode
1 parent 87ecee1 commit 43d5455

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,15 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
5151
```
5252
5353
## Features
54-
- Supports socket.io 1.0+
54+
- Supports socket.io 1.0+<sup>a</sup>
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+
6063
## Installation
6164
Requires Swift 3/Xcode 8.x
6265

0 commit comments

Comments
 (0)