Closed Nashatyrev closed 1 year ago
MuxHandlerAbstractTest
ByteBuf
streamId
RST
onLocalDisconnect()
onLocalClose()
RemoteWriteClosed
Part of #272 Follow up to #281 Fix #27
MuxHandlerAbstractTest
: add ability to handle outbound messagesByteBuf
allocations and releasesstreamId
: https://github.com/libp2p/jvm-libp2p/pull/285/commits/71c68c45cacd8760c5e4547138fe59463ceb0ef7RST
(Reset) flag: https://github.com/libp2p/jvm-libp2p/pull/285/commits/42e40f656050e72904b6eb4b7aa154550d0477b7onLocalDisconnect()
andonLocalClose()
methods.onLocalDisconnect()
should leave the stream open for inbound data: https://github.com/libp2p/jvm-libp2p/pull/285/commits/820c252d81de205bc3adf3f682d05064aed4cb8aRemoteWriteClosed
to singletonPart of #272 Follow up to #281 Fix #27