Skip to content

v5.7.1

Compare
Choose a tag to compare
@sksamuel sksamuel released this 03 Sep 13:51
· 182 commits to master since this release
3d34c11
Fix timeout detection when withTimeout wraps a blocking job (#3675)

* Fix timeout detection when withTimeout wraps a blocking job

This is a workaround for kotlinx.coroutines/issues/3875.

Fixes #3672

* Add timeout tests

---------

Co-authored-by: Sam <sam@sksamuel.com>