Y
Hacker News
new
|
ask
|
show
|
jobs
by
mondainx
1952 days ago
I had an issue using quiche as a dependency via JNI and it was a blocker (I've moved on). The event would lose its reference and segfault; I was unable to track it to an actual cause in the debugger; lots of time wasted.
1 comments
Matthias247
1951 days ago
That seems more like an implementation issue than a general one. Netty integrates with quiche via JNI for QUIC support:
https://github.com/netty/netty-incubator-codec-quic
link