brunoV / throttler

Control the throughput of function calls and core.async channels
286 stars 27 forks source link

Release latest version #15

Closed Limess closed 3 years ago

Limess commented 3 years ago

We've noticed the latest clojars release (1.0.0) does not include this fix: https://github.com/brunoV/throttler/pull/3

This has caused us issues with channels not being closed correctly, as we're dynamically creating new instances of throttle-chan in our service.

We've forked/released a separate library on Clojars (https://github.com/signal-ai/throttler) with the new source, but would prefer to use the latest of this library and deprecate our fork.

liath commented 3 years ago

Done!

Limess commented 3 years ago

Thanks a lot!