MqttTransportService NioEventLoopGroup shutdown order error
This commit is contained in:
		
							parent
							
								
									15f53ee899
								
							
						
					
					
						commit
						96a77fc2ea
					
				@ -119,8 +119,8 @@ public class MqttTransportService {
 | 
			
		||||
        try {
 | 
			
		||||
            serverChannel.close().sync();
 | 
			
		||||
        } finally {
 | 
			
		||||
            bossGroup.shutdownGracefully();
 | 
			
		||||
            workerGroup.shutdownGracefully();
 | 
			
		||||
            bossGroup.shutdownGracefully();
 | 
			
		||||
        }
 | 
			
		||||
        log.info("MQTT transport stopped!");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user