some code clean-up in handling grpc packets

This commit is contained in:
2025-08-10 17:23:01 +09:00
parent d0f1663bf3
commit 05cb0823b4
6 changed files with 374 additions and 165 deletions

View File

@ -82,7 +82,7 @@ message ConnNotice {
};
message RptyEvent {
string Token = 1;
uint64 Id = 1;
bytes Data = 2;
};
@ -120,6 +120,6 @@ message Packet {
ConnDesc Conn = 5;
ConnError ConnErr = 6;
ConnNotice ConnNoti = 7;
RptyEvent Rpty = 8;
RptyEvent RptyEvt = 8;
};
}