celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

`accept` failing in ECell on Rubinius #231

Open sarahzrf opened 7 years ago

sarahzrf commented 7 years ago

When I run ECell (not-quite-yet-released Celluloid project, sorry) on Rubinius and then start Reel, the @server.accept call in Server#run seems to never return. If I start Reel by itself without setting up ECell first, it works fine.

digitalextremist commented 7 years ago

Can you please include a quick gist of these scenarios and mention which version of rbx? Will look at this.

sarahzrf commented 7 years ago

The Reel Piece in the ECell repo displays this issue on rubinius 3.50 (2.3.1 8a6c33ad 2016-07-25 3.8.0) [x86_64-linux-gnu]