opt: reply item

This commit is contained in:
bggRGjQaUbCoE
2024-10-11 20:03:16 +08:00
parent b3f86b1d94
commit 1d1d277801
5 changed files with 48 additions and 37 deletions

View File

@@ -15,6 +15,7 @@ class GrpcClient {
port: 443,
options: const ChannelOptions(
credentials: ChannelCredentials.secure(),
connectionTimeout: Duration(seconds: 10),
),
);
}