sionescu / iolib

Common Lisp I/O library
http://common-lisp.net/project/iolib/
MIT License
141 stars 31 forks source link

"Unknown Error" when any error happens using poll #14

Open jasom opened 10 years ago

jasom commented 10 years ago

Any error shows up as an unknown error when using poll(2). It might be useful to handle at least the most common cases (e.g. peer resets connection)

sionescu commented 9 years ago

Hi @jasom, can you give me a short test case ?