this is probably not coroutine specific, but is it...
# coroutines
c
this is probably not coroutine specific, but is it possible to detect blocking code? i have a withTimeout block, with a one second timeout, and sometimes it takes 5 seconds instead. I think that the lib that I'm using is reconnecting and that its blocking when it does that. but it would be very useful to get a stacktrace of the blocking method in that case
l
@christophsturm Please, edit "one second" to "1 second" to make your message more consistent and more readable