mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-03-23 05:31:29 +00:00
Implement closed_stream event handling and enable related tests (#834)
* 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
This commit is contained in:
committed by
GitHub
parent
b01596ad92
commit
aa7276c863
6
newsfragments/826.feature.rst
Normal file
6
newsfragments/826.feature.rst
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user