clj-commons / aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
http://aleph.io
MIT License
2.54k stars 241 forks source link

`aleph.udp-test/test-echo` broken on macs #620

Closed KingMob closed 2 years ago

KingMob commented 2 years ago

It mandates epoll, which is now an error if unavailable.

KingMob commented 2 years ago

(Just a placeholder to remind me to take care of this later)