Join Slack
Powered by
Ah correct! Is there any valid use case for `block...
# rx
b
BMG
09/04/2019, 2:17 PM
Ah correct! Is there any valid use case for
blockingGet()
?
a
aballano
09/04/2019, 6:38 PM
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
Matej Drobnič
09/05/2019, 5:28 AM
You can use it in tests
Matej Drobnič
09/05/2019, 5:28 AM
although
.test()
would probably be even better option here
👍 1
17
Views
Open in Slack
Previous
Next