celluloid / celluloid-io

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

Errno::ETIMEDOUT not being raised properly. #62

Closed digitalextremist closed 9 years ago

digitalextremist commented 11 years ago

See PR #61 which is still failing, with stack trace at the top.

Basically, Celluloid::IO::Stream which TCPSocket and UNIXSocket mixin do not properly raise Errno::ETIMEDOUT on read or readpartial.

halorgium commented 10 years ago

@digitalextremist do you have any further thoughts on this?

digitalextremist commented 10 years ago

I'll check back on this later today or tomorrow and respond here, @halorgium.

digitalextremist commented 9 years ago

Outdated. Might still exist as reel-rack issue, but would be better to let resurface.