yangjiechina / JGB28181

基于Java实现的GB28181平台
159 stars 75 forks source link

bye的时候TCPServer的stopServer空指针 #5

Open hudt opened 4 years ago

hudt commented 4 years ago

TCPServer的stopServer空指针,应该是this.workerGroup一直是null。 是不是bind方法第一行改成 this.workerGroup = new NioEventLoopGroup(); 另外bossGroup好像也一直没有初始化