EpicEric / pony-mqtt

:horse: MQTT client in Pony
https://epiceric.github.io/pony-mqtt-docs/mqtt--index/
MIT License
6 stars 1 forks source link

Backpressure support #6

Closed EpicEric closed 6 years ago

EpicEric commented 6 years ago

Handle "throttled()" and "unthrottled()" calls to TCPConnectionNotify by buffering outgoing packets.

EpicEric commented 6 years ago

Thinking about this, it might be better to drop outgoing messages, and use QoS to handle this.

EpicEric commented 6 years ago

Held back by #13

EpicEric commented 6 years ago

Wait for ponylang/ponyc#2264