Ok, I just want the latest value, and I was using ...
# coroutines
b
Ok, I just want the latest value, and I was using a
ConflatedChannel
, but I was trying to put elements in it with
runBlocking { send() }
, and I was getting an exception:
java.lang.VerifyError: Bad type on operand stack