We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 399ae5e + a017386 commit 896f07cCopy full SHA for 896f07c
packages/grpc-native-core/src/server.js
@@ -773,7 +773,7 @@ Server.prototype.start = function() {
773
(new Metadata())._getCoreRepresentation();
774
batch[grpc.opType.SEND_STATUS_FROM_SERVER] = {
775
code: constants.status.UNIMPLEMENTED,
776
- details: '',
+ details: 'RPC method not implemented ' + method,
777
metadata: {}
778
};
779
batch[grpc.opType.RECV_CLOSE_ON_SERVER] = true;
0 commit comments