Skip to content

2.1.2

Compare
Choose a tag to compare
@trowski trowski released this 10 Jun 18:11
  • Fixed issue where the loop time in NativeDriver was not refreshed after waiting for I/O streams (#256)
  • Fixed compatibility issue of NativeDriver with pcntl_async_signals() (#264)
  • A custom queue is now used for timers in NativeDriver to allow cancelled timers to be garbage collected immediately instead of after their original expiration time (#220)
  • Resolving a promise with an object that throws when destructed will now forward that exception to the event loop error handler (#271)
  • Fixed loop time to support 32-bit systems (#252, #273)