Merge branch 'main' into feature/bootstrap

This commit is contained in:
Sumanjeet
2025-07-03 00:21:19 +05:30
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.