Added changes to node and php wrappers

This commit is contained in:
David Garcia Quintas 2015-06-15 13:31:15 -07:00
parent 214583e6ab
commit 3f294686b5
1 changed files with 1 additions and 0 deletions

View File

@ -550,6 +550,7 @@ NAN_METHOD(Call::StartBatch) {
}
uint32_t type = keys->Get(i)->Uint32Value();
ops[i].op = static_cast<grpc_op_type>(type);
ops[i].flags = 0;
switch (type) {
case GRPC_OP_SEND_INITIAL_METADATA:
op.reset(new SendMetadataOp());