订阅主题,发布消息延迟很高,不太正常

日志如下,ip 用???替代,看上去网络是通畅的,但是发布一条消息要快10s才能成功

root@orangepizero2:~# time mqttx pub -t ‘hello’ -h ‘???’ -p 1883 -m ‘from MQTTX CLI’
[1/20/2024] [2:44:16 PM] › … Connecting…
[1/20/2024] [2:44:16 PM] › :heavy_check_mark: Connected
[1/20/2024] [2:44:16 PM] › … Message publishing…
[1/20/2024] [2:44:16 PM] › :heavy_check_mark: Message published

real 0m8.533s
user 0m10.471s
sys 0m0.567s

root@orangepizero2:~# ping ???
PING ??? (???) 56(84) bytes of data.
64 bytes from ???: icmp_seq=1 ttl=52 time=37.2 ms
64 bytes from ???: icmp_seq=2 ttl=52 time=23.3 ms
64 bytes from ???: icmp_seq=3 ttl=52 time=20.5 ms
64 bytes from ???: icmp_seq=4 ttl=52 time=14.7 ms
64 bytes from ???: icmp_seq=5 ttl=52 time=20.4 ms
64 bytes from ???: icmp_seq=6 ttl=52 time=20.6 ms

订阅端是用什么工具进行订阅的?如果也使用 mqttx-cli 进行订阅,有类似现象发生么。
可以尝试使用 日志追踪 功能对相应的客户端的行为进行调查。

另请参考:常见问题列表