Default keep alive set to false. Fixed tests
This commit is contained in:
		
							parent
							
								
									9156ccfb68
								
							
						
					
					
						commit
						a53087dd26
					
				@ -469,7 +469,7 @@ transport:
 | 
			
		||||
      boss_group_thread_count: "${NETTY_BOSS_GROUP_THREADS:1}"
 | 
			
		||||
      worker_group_thread_count: "${NETTY_WORKER_GROUP_THREADS:12}"
 | 
			
		||||
      max_payload_size: "${NETTY_MAX_PAYLOAD_SIZE:65536}"
 | 
			
		||||
      so_keep_alive: "${NETTY_SO_KEEPALIVE:true}"
 | 
			
		||||
      so_keep_alive: "${NETTY_SO_KEEPALIVE:false}"
 | 
			
		||||
    # MQTT SSL configuration
 | 
			
		||||
    ssl:
 | 
			
		||||
      # Enable/disable SSL support
 | 
			
		||||
 | 
			
		||||
@ -34,6 +34,7 @@ transport:
 | 
			
		||||
      boss_group_thread_count: "${NETTY_BOSS_GROUP_THREADS:1}"
 | 
			
		||||
      worker_group_thread_count: "${NETTY_WORKER_GROUP_THREADS:12}"
 | 
			
		||||
      max_payload_size: "${NETTY_MAX_PAYLOAD_SIZE:65536}"
 | 
			
		||||
      so_keep_alive: "${NETTY_SO_KEEPALIVE:false}"
 | 
			
		||||
    # MQTT SSL configuration
 | 
			
		||||
    ssl:
 | 
			
		||||
      # Enable/disable SSL support
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user