我在GO中使用paho mqtt客户端连接到代理。一切运行良好一段时间后,我可以在其中发布主题并收听任何订阅。一段时间后,客户端由于以下原因而没有明显的原因失去与代理的连接:
'='
我这样连接到经纪人:
[MQTT] ERROR: 2018/09/04 17:31:30 [net] outgoing stopped with error write tcp IP1 -> IP2: write: broken pipe
[MQTT] ERROR: 2018/09/04 17:31:30 [net] logic received from error channel, other components have errored, stopping
我正在使用的Paho版本是1.0.0。欢迎任何提示!