Open pingpongboss opened 7 years ago
Stateful operators are difficult to implement correctly, because the same operator instance can be reused across many streams.
This is an android-specific issue, since only android has the stream.compose(operator) pattern.
stream.compose(operator)
Stateful operators are difficult to implement correctly, because the same operator instance can be reused across many streams.
This is an android-specific issue, since only android has the
stream.compose(operator)
pattern.