使用tokio改写处理逻辑

This commit is contained in:
lubeilin
2023-06-23 15:32:49 +08:00
parent 17f3fcf9b0
commit ba2c792e2a
24 changed files with 617 additions and 895 deletions
+1
View File
@@ -4,6 +4,7 @@ message RegistrationRequest{
string device_id = 2;
string name = 3;
bool is_fast = 4;
string version = 5;
}
message RegistrationResponse{