add note about socket.io 2.0 and unicode
This commit is contained in:
		
							parent
							
								
									87ecee13e6
								
							
						
					
					
						commit
						43d5455e82
					
				@ -51,12 +51,15 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Features
 | 
			
		||||
- Supports socket.io 1.0+
 | 
			
		||||
- Supports socket.io 1.0+<sup>a</sup>
 | 
			
		||||
- Supports binary
 | 
			
		||||
- Supports Polling and WebSockets
 | 
			
		||||
- Supports TLS/SSL
 | 
			
		||||
- Can be used from Objective-C
 | 
			
		||||
 | 
			
		||||
_<sub>a: For socket.io 2.0+ servers, client versions less than v10.0 must pass .doubleEncodeUTF8(false) as a config, 
 | 
			
		||||
otherwise unicode will become garbled</sub>_
 | 
			
		||||
 | 
			
		||||
## Installation
 | 
			
		||||
Requires Swift 3/Xcode 8.x
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user