romange / helio

A modern framework for backend development based on io_uring Linux interface
Apache License 2.0
435 stars 49 forks source link

fix: fibers/socket bugs #238

Closed romange closed 5 months ago

romange commented 5 months ago
  1. Prevent from FiberCall to wake up before its waker actually has been called.
  2. Fix DnsResolve code to prevent notifying the wrong FiberCall on epoll event.