Files
py-libp2p/newsfragments/784.bugfix.rst
2025-08-12 07:34:33 -06:00

2 lines
349 B
ReStructuredText

Fixed incorrect handling of raw protobuf format in identify push protocol. The identify push example now properly handles both raw and length-prefixed (varint) message formats, provides better error messages, and displays connection status with peer IDs. Replaced mock-based tests with comprehensive real network integration tests for both formats.