I’m trying to create a `timeout()` operator. It s...
# flow
j
I’m trying to create a
timeout()
operator. It should switch to a different flow, if no values were received within a given period of time. My first attempt: https://pl.kotl.in/f1WUoOMpb Does this make any sense to you? Or does anyone might see a smarter way of solving this problem? Feedback welcome 🙏