chenxuuu / llcom

🛠功能强大的串口工具。支持Lua自动化处理、串口调试、WinUSB、串口曲线、TCP测试、MQTT测试、编码转换、乱码恢复等功能
https://llcom.papapoi.com/
Apache License 2.0
823 stars 201 forks source link

本地TCP服务器第一次打开报错,将无法再打开 #171

Closed itldg closed 2 months ago

itldg commented 3 months ago

描述一下这个bug / Describe the bug

首次打开提示错误

通常每个套接字地址(协议/网络地址/端口)只允许使用一次。

关闭外部的端口占用后点击打开将无反应

复现步骤 / To Reproduce

占用端口,打开TCP服务端,取消占用端口,再打开TCP服务端

预期的行为 / Expected behavior

正常打开TCP服务端

截图 / Screenshots

No response

日志 / Logs

No response

系统 / System

Win10

软件版本 / Version

1.1.3.7

验证

LuaRobot commented 3 months ago

⚠ 你的Issue可能缺少了一些信息,请自觉补全,以证明issue内容的真实性:

⚠ Your issue may be missing some information, please complete it to prove the authenticity of the content of the issue:

itldg commented 2 months ago

已在 #172 解决