You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like a false positive. Unfortunately, I have not been able to reproduce it.
Probably it is worth adding "isEmpty" and "enqueueReceiveInternal" to the list in allowBlockingCallsInConflatedChannel(), as both of them use the same lock as the other members, but are not covered yet:
I have seen BlockHound complaining on a blocking call on
jdk.internal.misc.Unsafe#park
apparently caused by:Seems like a false positive. Unfortunately, I have not been able to reproduce it.
Probably it is worth adding
"isEmpty"
and"enqueueReceiveInternal"
to the list inallowBlockingCallsInConflatedChannel()
, as both of them use the same lock as the other members, but are not covered yet:kotlinx.coroutines/kotlinx-coroutines-debug/src/CoroutinesBlockHoundIntegration.kt
Lines 135 to 136 in 7e762d3
The text was updated successfully, but these errors were encountered: