opt: isolate parse danmaku & feat: grpc account (#1785)

* opt: isolate parse danmaku

* feat: grpc account
This commit is contained in:
My-Responsitories
2025-12-18 22:27:40 +08:00
committed by GitHub
parent 1e0e2d2d6e
commit b4a5d985f5
9 changed files with 274 additions and 262 deletions

View File

@@ -18,6 +18,7 @@ abstract final class DmGrpc {
type: type,
),
DmSegMobileReply.fromBuffer,
isolate: true,
);
}
}