Skip to content
Snippets Groups Projects
Commit 51b3691e authored by Stanley Cheung's avatar Stanley Cheung
Browse files

php: fix shutdown hang, call was never destroyed

parent 01d7dbac
No related branches found
No related tags found
No related merge requests found
......@@ -248,6 +248,7 @@ PHP_METHOD(Call, __construct) {
call->wrapped = grpc_channel_create_call(
channel->wrapped, NULL, GRPC_PROPAGATE_DEFAULTS, completion_queue, method,
host_override, deadline->wrapped, NULL);
call->owned = true;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment