doc: add newsfragment

This commit is contained in:
acul71
2025-08-24 02:29:23 +02:00
parent b6cbd78943
commit 3bd6d1f579

View File

@ -0,0 +1,5 @@
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