mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
6 lines
267 B
ReStructuredText
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
|