mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
* Implement closed_stream event handling and enable related tests * Fix linting issues and ensure all tests pass * Add logging for exception in SwarmConn and create newsfragment for closed_stream feature
7 lines
393 B
ReStructuredText
7 lines
393 B
ReStructuredText
Implement closed_stream notification in MyNotifee
|
|
|
|
- Add notify_closed_stream method to swarm notification system for proper stream lifecycle management
|
|
- Integrate remove_stream hook in SwarmConn to enable stream closure notifications
|
|
- Add comprehensive tests for closed_stream functionality in test_notify.py
|
|
- Enable stream lifecycle integration for proper cleanup and resource management
|