Merge branch 'main' into main

This commit is contained in:
Manu Sheel Gupta
2025-07-02 10:22:01 -07:00
committed by GitHub
7 changed files with 173 additions and 61 deletions

View File

@ -0,0 +1,4 @@
Add timeout wrappers in:
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.