v0.35.5
Note
- Due to a race condition in unbuffered timers introduced in go1.23, libp2p deadlocks if the go version in your go.mod file is go1.23. To fix this, either use the environment variable
GODEBUG=asynctimerchan=1
, or downgrade the go version in your go.mod file.
What's Changed
Full Changelog: v0.35.4...v0.35.5