Files
py-libp2p/newsfragments/863.bugfix.rst
2025-08-24 02:29:23 +02:00

6 lines
267 B
ReStructuredText

Fix multi-address listening bug in swarm.listen()
- Fix early return in swarm.listen() that prevented listening on all addresses
- Add comprehensive tests for multi-address listening functionality
- Ensure all available interfaces are properly bound and connectable