refactor: packet

This commit is contained in:
pk5ls20
2025-01-11 16:23:02 +08:00
parent f51f3b9861
commit 5778daeb60
10 changed files with 78 additions and 65 deletions

View File

@@ -23,9 +23,7 @@ export class PacketClientSession {
get operation() {
return this.context.operation;
}
get client() {
return this.context.client;
}
// TODO: global message element adapter (?
get msgConverter() {
return this.context.msgConverter;