Skip to content

1.2.4

Compare
Choose a tag to compare
@kelunik kelunik released this 09 Mar 16:53
· 229 commits to 2.x since this release
v1.2.4
  • Fixed issue with immediate reads, which could result in a blocking loop in combination with immediate writes. Such a situation is only likely on pipes or files, network sockets are probably not affected here, unless they receive data very quickly. Reads now deferred to the next tick in case they're immediate. (#37)