[2025-08-03 22:20:00] Successfully connected to gRPC stream
[2025-08-03 22:21:00] Ping sent successfully
[2025-08-03 22:22:00] Ping sent successfully
[2025-08-03 22:23:00] Ping sent successfully
[2025-08-03 22:24:00] Ping sent successfully
[2025-08-03 22:25:00] Ping sent successfully
[2025-08-03 22:26:00] Ping sent successfully
[2025-08-03 22:27:00] Ping sent successfully
[2025-08-03 22:28:00] Ping sent successfully
[2025-08-03 22:29:00] Ping sent successfully
[2025-08-03 22:30:00] Stream ended
this.client = new Client(grpcUrl, grpcToken, {
"grpc.max_receive_message_length": 64 * 1024 * 1024, // 64MiB
"grpc.max_decoding_message_size": 64 * 1024 * 1024, // 64MiB
});
await this.safeSubscribeWithHandlers();
await this.sendInitialRequest();
this.pingInterval = setInterval(() => this.sendPing(), PING_INTERVAL_MS);
this.reconnectAttempts = 0;
console.log('Successfully connected to gRPC stream');
this.connection.on("end", () => this.handleEnd());Please authenticate to join the conversation.
Closed
Cloud
10 months ago

Xinpu Lin
Get notified by email when there are changes.
Closed
Cloud
10 months ago

Xinpu Lin
Get notified by email when there are changes.