Check the case with invalid token

This commit is contained in:
2022-09-01 17:05:13 +02:00
parent 43a6d2c3a2
commit 62fa71ea6e
5 changed files with 84 additions and 15 deletions

View File

@ -85,6 +85,12 @@ impl DummyTCPServer {
.unwrap();
}
}
pub async fn loop_conn_square_operations(&self) {
loop {
self.next_conn_square_operations().await
}
}
}
pub async fn dummy_tcp_client_read_conn(port: u16) -> Vec<u8> {