Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to write binary data to file #3

Open
wquockATblurb opened this issue Apr 5, 2012 · 1 comment
Open

unable to write binary data to file #3

wquockATblurb opened this issue Apr 5, 2012 · 1 comment

Comments

@wquockATblurb
Copy link

This is a blocker.

This can be easily reproduced using

    EM.run do
      EIO.eventmachine_handler # let libeio notify when there's result callbacks to invoke
      EIO.open(path, EIO::RDWR|EIO::CREAT) do |fd|
        EIO.write(fd, "buf contents: \0hello") do |b| # put the zero byte using \0
          EM.stop_event_loop
        end
      end
    end
@methodmissing
Copy link
Owner

Hey,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants