tried 0.6.0, got Caused by: java.lang.LinkageError: Possible multiple incompatible native libraries on the classpath for '/tmp/libnetty_transport_native_epoll_x86_642482697031798244878.so when starting server
huh, yup apparently jackdaw snuck in a bunch of netty deps recently.
If you exclude the aleph and netty deps of Jackdaw, is it working?
indeed, just a dep conflict
@kevin842 Interesting. I’ll take a closer look later, but right off the bat, are you bringing in your own netty deps somehow (check lein deps :tree)?