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

fixed about nginx balance case, when no valid server, throw errorMsg … #6

Closed bingcool closed 3 years ago

bingcool commented 3 years ago

修复在nginx负载均衡mqtt的代理下,先启动subscribe 进程,这时抛出异常Connection reset by peer,然后再启动后端的代理的server,subscribe 进程这时无法connect to server(已异常甚至退出了),否则这种情况下需要使用者捕获异常处理了