Drop disconnect_socket blocking in NioPeerHandler for 0.0.99 v0.0.99.0
authorMatt Corallo <git@bluematt.me>
Fri, 9 Jul 2021 16:24:34 +0000 (16:24 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 9 Jul 2021 16:24:41 +0000 (16:24 +0000)
commit07818350417051973536ab58828f03b70f72ac93
tree16ecd7b131e2d40523bd41d8fccc04565ed00354
parentd62373c1aecf5c3f9f6c27b50a8dd56ae94298bc
Drop disconnect_socket blocking in NioPeerHandler for 0.0.99

0.0.99 no longer requires that we block disconnect_socket and
simplifes our side of the SocketDescriptor interface substantially,
which we implement here.
src/main/java/org/ldk/batteries/NioPeerHandler.java