Skip to content

Commit e0212df

Browse files
committed
Improved code comment
1 parent 30b35c6 commit e0212df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core-bridge/src/client.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,8 @@ async fn client_invoke_health_service(
559559

560560
match call.rpc.as_str() {
561561
"Check" => rpc_call!(retry_client, call, check),
562-
// Intentionally ignore 'watch' because it's a streaming method
562+
// Intentionally ignore 'watch' because it's a streaming method, which is not currently
563+
// supported by the macro and client-side code, and not needed anyway for any SDK use case.
563564
_ => Err(BridgeError::TypeError {
564565
field: None,
565566
message: format!("Unknown RPC call {}", call.rpc),

0 commit comments

Comments
 (0)