Skip to content

Releases: leandro-lugaresi/hub

v1.1.1

24 Jul 20:45
2e5af52
Compare
Choose a tag to compare

Fix a bug when calling Unsubscribe. The subscription internal state was not getting closed.

v1.1.0: Add with (#7)

01 May 20:40
a3b79e7
Compare
Choose a tag to compare
* added With option

* added tests

v1.0.0

28 Apr 23:15
902815d
Compare
Choose a tag to compare
add multiple topic subscribers (#5)

in some cases the subscribers need to subscrible for multiple topics
and the `*` isn`t enought.

Now all the subscribers can subscribe to multiple topics.
Reducing the use of select from multiple channels