edgedb-java
edgedb-java copied to clipboard
Fix client holding the JVM hostage with netty/background threads
Summary
Fixes the JVM not closing when all EdgeDBClient instances are closed by explicitly monitoring their garbage collection and manual closure to then close out all allocated thread pools including the netty NioEventLoopGroup.