mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 15:10:54 +00:00
3 lines
189 B
ReStructuredText
3 lines
189 B
ReStructuredText
Fixes KeyError when peer in a stream accidentally closes and resets the stream, because handlers
|
|
for both will try to ``del streams[stream_id]`` without checking if the entry still exists.
|