Merge branch 'main' into fix_expose_timeout_muxer_multistream

This commit is contained in:
Manu Sheel Gupta
2025-09-05 02:57:29 +05:30
committed by GitHub
14 changed files with 1347 additions and 66 deletions

View File

@ -0,0 +1 @@
Fixed message id type inconsistency in handle ihave and message id parsing improvement in handle iwant in pubsub module.

View File

@ -0,0 +1 @@
Add automatic peer dialing in bootstrap module using trio.Nursery.

View File

@ -0,0 +1,2 @@
Fixed cross-platform path handling by replacing hardcoded OS-specific
paths with standardized utilities in core modules and examples.