small maplsit fix + try to fix the client crashes
This commit is contained in:
		
				
					committed by
					
						 Steffen Schröder
						Steffen Schröder
					
				
			
			
				
	
			
			
			
						parent
						
							c3580f41f7
						
					
				
				
					commit
					20c07a9646
				
			| @@ -220,6 +220,11 @@ class Client | ||||
| 						throw new FatalException('deb1 transport error - connection interrupted!' . $contents, FatalException::INTERRUPTED); | ||||
| 					} | ||||
| 					$contents .= $newContent; | ||||
|  | ||||
| 					if(strlen($contents) < 8){ | ||||
| 						usleep(10); | ||||
| 						var_dump("deb1 test new"); | ||||
| 					} | ||||
| 				} | ||||
|  | ||||
| 				$array_result = unpack('Vsize/Vhandle', $contents); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user