You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EM.rundoEIO.eventmachine_handler# let libeio notify when there's result callbacks to invokeEIO.open(path,EIO::RDWR|EIO::CREAT)do |fd|
EIO.write(fd,"buf contents: \0hello")do |b| # put the zero byte using \0EM.stop_event_loopendendend
The text was updated successfully, but these errors were encountered:
I currently have a lot going on, but will schedule some time for reported issues on the eio wrapper during the next few days. Apologies for not being able to make a faster turnaround - thanks for the bug report.
This is a blocker.
This can be easily reproduced using
The text was updated successfully, but these errors were encountered: