libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
347 stars 98 forks source link

Allow blocks finalization for Kagome project #150

Closed igor-egorov closed 3 years ago

igor-egorov commented 3 years ago

Signed-off-by: Igor Egorov igor@soramitsu.co.jp

The fix brings back immediate callback invocation for the case when read or write operation occurs on a loopback stream.

Addresses the issue https://github.com/soramitsu/kagome/issues/710