This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
NoMethodError: private method `open' called for Celluloid::IO::TCPSocket:Class #1
Comments
That's odd... the tests do at least that much and JRuby passes under CI |
@tarcieri here is what I used: https://gist.github.com/tisba/5170822 As I said, I run the test by |
I don't see how this can actually work, looking at https://github.com/celluloid/celluloid-io/blob/v0.13.0.pre/lib/celluloid/io/tcp_socket.rb |
@tarcieri okay, this is pretty confusing, that the dependency you specified in your gem is not working ;) if this will be necessary for a little while, you should consider adding a note to the readme. |
Sorry, in the middle of a release cycle here, so the dependencies don't quite match up. Also this gem is rather bleeding edge |
No problem, just a bit confusing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use celluloid-redis with jruby, but I cannot get a very simple app running:
Running this script using
bundle exec ruby sandbox.rb
I get:The text was updated successfully, but these errors were encountered: