dpc / mioco.pre-0.9

Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka MIO COroutines).
Mozilla Public License 2.0
457 stars 30 forks source link

Make UnixListener usable, fixes #135 #136

Closed SAPikachu closed 8 years ago

SAPikachu commented 8 years ago

Here comes the pull request. :)

For your information: tests::long_chain and tests::lots_of_event_sources fail here (Ubuntu 15.10 x64 in VirtualBox), but they fail too without this commit. Any idea?

SAPikachu commented 8 years ago

Upon further investigation, these 2 tests failed because of limitation of open files, after increasing the limit they both passed. False alarm. :)

dpc commented 8 years ago

Thanks! Will merge as soon as the travis go green.

It's interesting that the open files limit was already hit. Maybe I should lower some numbers used in tests...