fix: add version key to detect specific send/recv logic

This commit is contained in:
Kingtous
2022-08-01 09:50:23 +08:00
parent aabe08d657
commit 3458c164fb
7 changed files with 20 additions and 11 deletions

View File

@@ -64,6 +64,7 @@ message LoginRequest {
}
bool video_ack_required = 9;
uint64 session_id = 10;
string version = 11;
}
message ChatMessage { string text = 1; }