We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65e098 commit 642af96Copy full SHA for 642af96
tests/integration.rs
@@ -89,7 +89,8 @@ fn echo_server_handle(
89
}
90
91
92
- NetEvent::Connected(endpoint, _) => {
+ NetEvent::Connected(endpoint, id) => {
93
+ assert_eq!(listener_id, id);
94
match transport.is_connection_oriented() {
95
true => assert!(clients.insert(endpoint)),
96
false => unreachable!(),
0 commit comments