Skip to content

Commit 7f95b3d

Browse files
committed
Remove mention of #167 from the doc
1 parent 8a701ea commit 7f95b3d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

reactive/coroutines-guide-reactive.md

-6
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,6 @@ We have two of them in this code and that is why we see "Begin" printed twice.
205205
In Rx lingo this is called a _cold_ publisher. Many standard Rx operators produce cold streams, too. We can collect
206206
them from a coroutine, and every collector gets the same stream of elements.
207207

208-
**WARNING**: It is planned that in the future a second invocation of `consumeEach` method
209-
on an channel that is already being consumed is going to fail fast, that is
210-
immediately throw an `IllegalStateException`.
211-
See [this issue](https://github.com/Kotlin/kotlinx.coroutines/issues/167)
212-
for details.
213-
214208
> Note that we can replicate the same behaviour that we saw with channels by using Rx
215209
[publish](https://reactivex.io/RxJava/2.x/javadoc/io/reactivex/Flowable.html#publish())
216210
operator and [connect](https://reactivex.io/RxJava/2.x/javadoc/io/reactivex/flowables/ConnectableFlowable.html#connect())

0 commit comments

Comments
 (0)