rumqtt icon indicating copy to clipboard operation
rumqtt copied to clipboard

Pure rust mqtt cilent

Results 32 rumqtt issues
Sort by recently updated
recently updated
newest added

vecdeque is not appropriate [here](https://github.com/AtherEnergy/rumqtt/blob/v3/src/client/mqttstate.rs#L34). Duplicate messages will last forever. Use hashmap or hashset instead

bug
help wanted

With QoS 1 I expect that when my app crashes while processing incoming message, after my app starts again I will receive the message again. At least that's how I...