Neutree / COMTool

Cross platform communicate assistant(Serial/network/terminal tool)( 跨平台 串口调试助手 网络调试助手 终端工具 linux windows mac Raspberry Pi )支持插件和二次开发
https://neucrack.com/p/186
GNU Lesser General Public License v3.0
1.73k stars 325 forks source link

TCP接收数据有误 #58

Closed shineycoding closed 2 years ago

shineycoding commented 2 years ago

TCP接收数据,发现插件的onReceived()方法中接收到的数据,和插件的updateReceivedDataDisplay()方法中接收到的data数据不一致,被篡改了。也就是TCP客户端收到数据先通过onReceived()方法的接收,再是传递到插件的updateReceivedDataDisplay()方法。但是数据前后不一致。 问题: 1、onReceived()和updateReceivedDataDisplay()方法中间是在哪里改了数据?

Neutree commented 2 years ago

嗯? 为什么close 了呢