AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
202 stars 71 forks source link

Handle commands on high priority #100

Closed tekjar closed 6 years ago

tekjar commented 6 years ago

Sometime we want eventloop to handle some special requests. E.g for ather's use case, we want the eventloop to pause sending data until the resume command. Handling this through user channel will be too late. Add a new channel tx to MqttClient for special requests

tekjar commented 6 years ago

Implemented in #109