Skip to content

libuEv v2.1.1

Compare
Choose a tag to compare
@troglobit troglobit released this 28 Jan 13:08
· 121 commits to master since this release

Fixes

  • Fix use after free in main event loop if watcher deletes itself in the callback. I.e., the callback must be the last action for the watcher in the event loop
  • Doc timer example fix by @tisyang
  • Doc timer updates, non-zero timeout required