AtherEnergy / rumqtt

Pure rust mqtt cilent
The Unlicense
203 stars 72 forks source link

Throttle can not be smaller than 1. #168

Closed leoniloris closed 5 years ago

leoniloris commented 5 years ago

Having a throttle: u64 really limits the since flow control is something that every bit of control is useful, Is there a way to get a throttle of 0.5 (publish at a rate of 1 per 2 seconds max)?

Cheers!

tekjar commented 5 years ago

Thanks :)