trim more
This commit is contained in:
		
							parent
							
								
									114ce4ca0f
								
							
						
					
					
						commit
						2e451e5185
					
				@ -105,12 +105,6 @@ socket.on("multipleItems") {data, ack in
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// Connecting
 | 
					// Connecting
 | 
				
			||||||
socket.connect()
 | 
					socket.connect()
 | 
				
			||||||
 | 
					 | 
				
			||||||
// Sending binary
 | 
					 | 
				
			||||||
socket.emit("testData", [
 | 
					 | 
				
			||||||
        "data": "Hello World".dataUsingEncoding(NSUTF8StringEncoding,
 | 
					 | 
				
			||||||
            allowLossyConversion: false)!,
 | 
					 | 
				
			||||||
        "test": true])
 | 
					 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Objective-C Example
 | 
					Objective-C Example
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user