Skip to content

Commit

Permalink
use google/grpc-gcp:dev-master
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouyihaiDing committed Jul 17, 2018
1 parent 162f141 commit ceb3cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Spanner/src/Connection/Grpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ class Grpc implements ConnectionInterface

private function enableConnectionManagement($conf_path)
{
// TODO: move this function to GrpcTrait.
// TODO(ddyihai): move this function to GrpcTrait, if we are going
// to enable the grpc-gcp library for other apis.
$conf = new \Grpc\Gcp\ApiConfig();
$conf->mergeFromJsonString($string = file_get_contents($conf_path));
$config = new Config($conf);
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"psr/http-message": "1.0.*",
"ramsey/uuid": "~3",
"google/gax": "^0.35",
"zhouyihaiding/grpc-gcp-test": "dev-master"
"google/grpc-gcp": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
Expand Down

0 comments on commit ceb3cc8

Please sign in to comment.