You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Merge` receiver was made private to try to hide the implementation
details to the user, but it was a bad idea because the `Merge` receiver
has more methods than a plain `Receiver`, in particular `stop()`, which
users need to use for guaranteed cleanup.
This also means now the `merge()` function returns the `Merge` instance
instead of an abstract `Receiver`.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments