Open
Description
Hi,
I have been using RxJS for quite a while and I found myself using SwitchMap when I want to produce a new observable in the stream and complete the previous.
What is the alternative in RxGo?
I can't find that operator in the documentation
Does anybody know what I should be using in this case?
Thanks in advance