I2P Address: [http://git.idk.i2p]

Skip to content

Transport: Fix NPE during soft restart (Gitlab #437)

zzz requested to merge zzz/i2p.i2p:437-npe into master

ctx.commSystem().getEstablished() declared in javadocs to return non-null but returns null during soft restart when there are no transports, causing NPEs elsewhere.

Closes #437 (closed)

Merge request reports