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]订阅过程的keepalive的ping包无法发送 #49

Closed captainnx closed 3 years ago

captainnx commented 3 years ago

$buffer = $client->recv();后,形成了阻塞,无法发送keepalive的ping包

sy-records commented 3 years ago

设置swoole的超时时间