fix formatting and some naming in newsfragments (#754)

This commit is contained in:
Paul Robinson
2025-07-09 15:13:16 -06:00
committed by GitHub
parent 0679efb299
commit b716d64184
12 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
Add timeout wrappers in:
1. multiselect.py: `negotiate` function
2. multiselect_client.py: `select_one_of` , `query_multistream_command` functions
1. ``multiselect.py``: ``negotiate`` function
2. ``multiselect_client.py``: ``select_one_of`` , ``query_multistream_command`` functions
to prevent indefinite hangs when a remote peer does not respond.