error to handle on disconnect #16

Open
opened 2025-03-26 00:35:39 +01:00 by paulbsd · 0 comments
Owner

error

thread 'main' panicked at src/ipblc.rs:128:44:    
called `Result::unwrap()` on an `Err` value: Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" })    
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace    
thread 'tokio-runtime-worker' panicked at src/ipblc.rs:231:62:    
called `Result::unwrap()` on an `Err` value: SendError { .. }
error ```err send read: Io(Os { code: 104, kind: ConnectionReset, message: "Connection reset by peer" }) thread 'main' panicked at src/ipblc.rs:128:44: called `Result::unwrap()` on an `Err` value: Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace thread 'tokio-runtime-worker' panicked at src/ipblc.rs:231:62: called `Result::unwrap()` on an `Err` value: SendError { .. } ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: paulbsd/ipblc#16
No description provided.