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

2 lines
339 B
ReStructuredText

Fixed incorrect handling of raw protobuf format in identify protocol. The identify 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.