mirror of https://github.com/grpc/grpc-node.git
Correct Node build errors
This commit is contained in:
parent
9ff60c1b06
commit
52a66cd483
|
@ -213,6 +213,7 @@ NAN_METHOD(Server::RequestCall) {
|
|||
grpc_call_error error = grpc_server_request_call(
|
||||
server->wrapped_server, &op->call, &op->details, &op->request_metadata,
|
||||
CompletionQueueAsyncWorker::GetQueue(),
|
||||
CompletionQueueAsyncWorker::GetQueue(),
|
||||
new struct tag(new NanCallback(args[0].As<Function>()), ops.release(),
|
||||
shared_ptr<Resources>(nullptr)));
|
||||
if (error != GRPC_CALL_OK) {
|
||||
|
|
Loading…
Reference in New Issue