celluloid / celluloid-io

UNMAINTAINED: See celluloid/celluloid#779 - Evented sockets for Celluloid actors
https://celluloid.io
MIT License
879 stars 93 forks source link

added failing spec which checks wether a socket is usable after a read o... #102

Closed HoneyryderChuck closed 8 years ago

HoneyryderChuck commented 10 years ago

...peration timed out before

This concerns the bug reported under https://github.com/celluloid/celluloid-io/issues/101

tarcieri commented 10 years ago

Thanks, let me have a look over this and see if I can come up with a fix

ioquatix commented 9 years ago

Is it possible to merge this? Did you think of a fix?

ioquatix commented 8 years ago

I'm going to merge this, it looks reasonable. If it fails a bug fix can be made in a separate PR.

ioquatix commented 8 years ago

Rebased and merged.

digitalextremist commented 8 years ago

Btw, I'd revisit this and move the example classes out into spec/support/examples/ rather than embedding them in the test segment itself.

/cc: @TiagoCardoso1983, @ioquatix