Port ip-echo-server to tokio 0.3

This commit is contained in:
Michael Vines
2020-12-29 20:25:54 -08:00
parent 1c61d005b5
commit fb6c660cfd
4 changed files with 122 additions and 178 deletions

View File

@ -756,7 +756,7 @@ impl Validator {
self.completed_data_sets_service
.join()
.expect("completed_data_sets_service");
self.ip_echo_server.shutdown_now();
self.ip_echo_server.shutdown_background();
}
}