dependabot[bot] on github_actions
dependabot[bot] on github_actions
Bump actions/setup-go from 2 to… (compare)
observer_mock.go
in the assertion API (ReactiveX/RxGo#109) and makes something more generic
I don’t remember the exact implementation but connect would buffer sequence elements and publish for each subscription create output channel. Then each time an element would appear it will be passed to all created output channels
I understand. I believe, it's also time to think about back-pressure. Like having different strategies: buffer everything, drop messages not consumed on time etc.