Sockudo WebSocket Server 2.3.1
Installation
Using cargo-binstall (Recommended)
cargo binstall sockudo --version 2.3.1
Using cargo
cargo install sockudo --version 2.3.1
Using Docker
docker pull ghcr.io/rustnsparks/sockudo:2.3.1
Platform Support
- ✅ Linux x86_64 (GNU)
- ✅ macOS x86_64 (Intel)
- ✅ macOS ARM64 (Apple Silicon)
- ✅ Windows x86_64
What's Changed
- build(deps): bump form-data from 4.0.2 to 4.0.4 in /test/interactive by @dependabot[bot] in #34
- Adding missing metrics by @MarcEspiard in #33
- Reduce production log verbosity + Hide credentials from production logs by @MarcEspiard in #35
- Fix broken pipe errors and timeout handling (Issue #30) by @MarcEspiard in #36