Merge pull request #792 from GreatGarlic/master
MqttTransportService NioEventLoopGroup shutdown order error
This commit is contained in:
commit
6cf7b35b86
@ -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