Skip to content

v2.45.1

Choose a tag to compare

@ioquatix ioquatix released this 28 Aug 22:15
· 3 commits to main since this release
e8ecf58
  • Fixed Scheduler#io_wait returning nil instead of false when an explicit timeout expired. Native callers such as Socket#connect with connect_timeout: distinguish a timeout by checking for false, so the nil caused TypeError: no implicit conversion from nil to integer instead of the intended IO::TimeoutError.