We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4163a61 commit 80aee27Copy full SHA for 80aee27
grpc_mockData/server.js
@@ -59,7 +59,7 @@ function sayHelloNested(ctx) {
59
// Watcher creates a watch execution context for the watch
60
// The execution context provides scripts and templates with access to the watch metadata
61
console.log("received metadata from client request", ctx.metadata)
62
- // console.dir(ctx.metadata, { depth: 3, colors: true });
+ console.dir(ctx.metadata, { depth: 3, colors: true });
63
// console.log("ctx line 64 from server.js", ctx)
64
65
// nested unary response call
0 commit comments