-
您好博主,我们不需要各种协议,直接正常收发数据即可走自己算法,但是目前发送数据后报了这个异常,感谢指导
-
v2.1.1
![image](https://user-images.githubusercontent.com/6227218/234248934-f377f0dc-5654-4243-9aae-6267d5014809.png)
一直开着,时间久了会报错
java.lang.NullPointerException: Attempt to invoke virtual meth…
-
W/System.err: at com.easysocket.connection.iowork.EasyReader.read(EasyReader.java:88)
W/System.err: at com.easysocket.connection.iowork.EasyReader$1.run(EasyReader.java:186)
W/System.err: …
-
![image](https://user-images.githubusercontent.com/16330404/104395203-2ed94600-5583-11eb-802b-fddbd9af2cb7.png)
我在接收到数据后,结束socket,但是报了错误,我应该怎么正确的结束,而不会出现异常。谢谢
EasySocket.getInstance().discon…
-
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.io.InputStream.read(byte[])' on a null object reference
at com.easysocket.connection.iowork.EasyReader.readOriginDat…
-
Sometimes the profiler_gui cannot capture data from profiled application. Also sometimes it is not possible to connect to device. The problem was inspected on all versions from the 1.1.0 to 2.0.1 (and…
-
`System.out: 连接成功
I/com.hl7.test1: ProcessProfilingInfo new_methods=1101 is saved saved_to_disk=1 resolve_classes_delay=8000
I/System.out: easysocket:com.easysocket.connection.iowork.EasyWriter writ…
-
-
执行了 EasySocket.getInstance().destroyConnection() 之后,还是自动重连上去了
-
Need to rewrite socket usage to HTTP POST/GET requests.