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

Upgrade to netty 4.1.82 #630

Closed valerauko closed 2 years ago

valerauko commented 2 years ago

Netty 4.1.80 apparently had some pretty significant performance improvements, so it should be a priority target for getting a release out with.

DerGuteMoritz commented 2 years ago

Thanks! As mentioned on Slack, this is a very welcome update. CircleCI seems to have some trouble checking the commit out right now though:

fatal: Couldn't find remote ref refs/pull/630/head

I already hit retry but same thing. Any idea what might be going on?

KingMob commented 2 years ago

For future reference, we should consider https://github.com/borkdude/tools#lein2deps. Using Babashka, it'll probably be fast enough to use as a precommit hook.