Request response pattern with mosca MQTT
问题 Is there any way to implement request-response pattern with mosca MQTT to "check reply from the client and re publish if i dont receive expected reply within expected time". I believe this is possible in Mqtt 5, but as of now, I have to use Mosca broker with QoS 1(which support until Mqtt 3.1.1) I am looking for a Node js workaround to achieve this. 回答1: As per my comment you can implement a request-response pattern with any MQTT broker but, prior to v5, you need to implement this yourself