mirror of
				https://github.com/msgpack/msgpack-python.git
				synced 2025-11-04 03:20:56 +00:00 
			
		
		
		
	
						commit
						a2a9a9f4c8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -147,7 +147,7 @@ class Unpacker(object):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    example of streaming deserialization from socket::
 | 
					    example of streaming deserialization from socket::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        unpacker = Unapcker()
 | 
					        unpacker = Unpacker()
 | 
				
			||||||
        while 1:
 | 
					        while 1:
 | 
				
			||||||
            buf = sock.recv(1024*2)
 | 
					            buf = sock.recv(1024*2)
 | 
				
			||||||
            if not buf:
 | 
					            if not buf:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue