libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
346 stars 97 forks source link

Refactor unsafe code #226

Open turuslan opened 7 months ago

turuslan commented 7 months ago
turuslan commented 3 months ago

Corrupted messages on "/ws" in YamuxedConnection::doWrite (seems like std::function or boost asio handler didn't move Bytes, but copied it)