ethereum / utp

uTorrent transport protocol
MIT License
28 stars 13 forks source link

fix: was double hashing hashmap key instead of single hashing #127

Closed KolbyML closed 8 months ago

KolbyML commented 8 months ago
thread 'tokio-runtime-worker' panicked at /usr/local/cargo/git/checkouts/utp-2d8a743206ecba20/6001fef/src/socket.rs:225:29:
internal error: entered unreachable code: Error awaiting_expirations should always contain valid awaiting items
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This was caused by me double hashing the hashmap key.