dimonwei opened this issue 8 years ago · 1 comments
运行后出现此错误 com.scienjus.smartqq.client.SmartQQClient - java.net.SocketException: Socket Closed
这是aaplication里面最后关掉了。。 把下面的注释掉,自己找地方关闭
//使用后调用close方法关闭,你也可以使用try-with-resource创建该对象并自动关闭 try { client.close(); } catch (IOException e) { e.printStackTrace(); }