libp2p / jvm-libp2p

a libp2p implementation for the JVM, written in Kotlin 🔥
https://libp2p.io
Apache License 2.0
260 stars 74 forks source link

Not works with graalvm native image #315

Open GrapeBaBa opened 12 months ago

GrapeBaBa commented 12 months ago

We are using jvm-libp2p for our OP stack java client Hildr. It works fine when we using jar, but not works when we build a native image. No errors found, but it seems not trigger onNewMessage, our gossip handler has none print info.