我正在使用Netty 3.2.4,我正在尝试调试我的应用程序以解决一个bug,但我意识到在我使用Netty运行我的应用程序后,每隔2秒我就会收到一个来自“无处可去”的打开/关闭连接(通道)。:545) at org.jboss.netty.channel.Channels.fireChannelClosed(
======================================================================
15:29:09,637 INFO [org.jboss.as.server] JBAS0 15888: Creating http management service using socket-bindingorg.jboss.netty.channel.Channels.fireMessageReceived
:455) netty-3.10.4.Final.jar:na at org.jboss.netty.channel.socket.ChannelRunnableWrapper.run(ChannelRunnableWrapper.java:40) netty-3.10.4 Final.jar:na at org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.
我已经在socket上配置了日志。我想读取socket.io(Java)上的日志对象(配置在socket上)。当我执行log-program时,socket-io收到请求,但抛出以下异常。java.lang.IllegalArgumentException: empty text at org.jboss.netty.handler.codec.http.HttpVersion.at org.jboss.netty.channel.Channels.fireMessageRece