You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'tokio-runtime-worker' panicked at crates/hyperion-proxy/src/server_sender.rs:51:68:
called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fish: Job 1, 'cargo run --profile release-ful…' terminated by signal SIGABRT (Abort)
The text was updated successfully, but these errors were encountered:
Add error handling for when a player disconnects to prevent proxy crashes:
- Handle errors when sending player connect/disconnect events
- Handle broken pipe errors when player connection closes
- Add warning logs for failed message delivery
This prevents the proxy from crashing when a player's connection is terminated.
Fixes#514
The text was updated successfully, but these errors were encountered: