wialon / gmqtt

Python MQTT v5.0 async client
MIT License
396 stars 52 forks source link

request and response mechanism #135

Closed Yingliangzhe closed 3 years ago

Yingliangzhe commented 3 years ago

Hello everyone, I would like to ask, if there is a request and response mechanism in mqtt protocol. Like, I send a message to a mqtt client through mqtt server. After receiving the message the mqtt client would reply to me. This happens within a timeout.

Thank you!