Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show connection ID info when connection fails
This error path was coming up with some RecvError, which needs its own investigation. For now, at least show which connection id failed. Example log before this change: ERROR utp_rs::socket: Failed to open connection with cid err=RecvError(()) Example after: ERROR utp_rs::socket: Failed to open connection with ConnectionId { send: 8729, recv: 8728, peer: 127.0.0.1:3400 } err=RecvError(())
- Loading branch information