mqtt - mosquitto 服务器日志在收到 SIGHUP 时显示 "Error in poll: Interrupted system call."

mqtt - mosquito server log shows "Error in poll: Interrupted system call." when receiving a SIGHUP

谁能告诉我是否应该担心这个错误: "Error in poll: Interrupted system call."

在 mqtt broker mosquito 日志中发送 SIGHUP 信号以重新加载其配置文件时? (为了考虑到蚊子运行时正在创建的新 user/password)

我是否可以假设 mosquito 仅重新加载其配置并且在接收 or/and 来自不同客户端的发布下已建立的连接和消息没有任何变化? 谢谢

Error in poll 这里是一个非错误,它只是说你的 SIGHUP 恰好发生在代码调用 poll() 时,这就是 poll() 返回的原因,而不是需要服务的客户。此消息应在版本 1.4.14 中被屏蔽。