错误报告
环境
    <dependency>
        <groupId>org.eclipse.paho</groupId>
        <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
        <version>1.2.0</version>
    </dependency>
- EMQX 版本:
5.0.14 - 操作系统版本:
 
重现此问题的步骤
- java客户端client a在收到消息后,进行发送消息,client b可以收到消息。
 - 此后client a就无法收到订阅的消息了
 - 并且client a发送消息后没有触发消息发送回调方法,感觉像没执行完发送?虽然client b已经收到了,消息qos =0