simps / mqtt

🕹 MQTT Protocol Analysis and Coroutine Client for PHP. Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.
https://mqtt.simps.io
Apache License 2.0
358 stars 58 forks source link

[BUG] #92

Closed vssir closed 1 year ago

vssir commented 1 year ago

这个异常问题出现的概率还是有点高。 image unpack 函数输入字符串长度至少2位或以上,当少于2位就会报错。

sy-records commented 1 year ago

用debug工具把包打出来看下,你这个可能是数据格式的问题,或者协议等级不是v3

vssir commented 1 year ago

e88250ccc24b22d8ab5b5be8e765982 DEBUG定位到是这里

sy-records commented 1 year ago

tcpdump把你收到的包提上来