Sockudo WebSocket Server 2.5.0
Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.5.0
Using cargo
cargo install sockudo --version 2.5.0
Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.5.0
Platform Support
- ✅ Linux x86_64 (GNU)
- ✅ macOS x86_64 (Intel)
- ✅ macOS ARM64 (Apple Silicon)
- ✅ Windows x86_64
What's Changed
- Fix options override_from_env consistency by @MarcEspiard in #41
- Fix Critical Deadlocks in Multi-Node Horizontal Scaling by @MarcEspiard in #42
- Fix gauge counter carrying values after restart by @MarcEspiard in #43
- Improved health endpoint + Redis reconnection v0 by @MarcEspiard in #45
Full Changelog: v2.4.0...v2.5.0