Ah correct! Is there any valid use case for `block...
# rx
b
Ah correct! Is there any valid use case for
blockingGet()
?
a
most likely when you don´t control the creation of the Rx chain, otherwise you might directly call the operation directly as Jake said
👍 1
m
You can use it in tests
although
.test()
would probably be even better option here
👍 1