Tmpod
09/04/2023, 10:31 PMclient.subscribe(...).subscribe()
. I tried doing client.subscribe(...).awaitFirstOrNull()
(extension function from kotlinx.coroutines.reactor
), but it hangs indefinitely, so I thought perhaps I was using the wrong reactive->coro helper.
Which one should I use?
Thank you.