Fork me on GitHub
#aleph
<
2020-06-12
>
lukasz14:06:09

Hi! 👋 I'm working on a UDP server, based on Aleph. The idea is to eventually ship it as a single binary, compiled via native-image. I got to the point where a binary is produced but I'm running into an issue: When the server starts I get an exception that NioDatagramChannel doesn't have a 0-arity public constructor https://github.com/ztellman/aleph/blob/d3dc2e9835b58fb53b957171765e8da68e52aa84/src/aleph/udp.clj#L51 The error doesn't happen when running the code directly via Lein or good old uberjar. Has anybody run into this problem? Or should I ask in #graalvm channel?