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

Error handling, revisited #553

Closed kachayev closed 1 year ago

kachayev commented 4 years ago

There are quite a few changes introduced here. Would be more than happy to get comments before merging into 1.0.0 branch 😀

Notably:

kachayev commented 4 years ago

@gsnewmark Thanks a lot for the review! Let me address obviously wrong things and get back with more comments 😀

arnaudgeiser commented 2 years ago

Quick update

I spent a bit of time already trying to rebase this branch on master. It's not that easy but the number of tests that have been added are really valuable.

arnaudgeiser commented 1 year ago

Superseded by #658

Not all the changes from this PR have been included as some were significant in terms of impact. However, the unit tests have been included and some fixes have been made.