We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22db833 commit 78969c6Copy full SHA for 78969c6
wechaty-puppet-hostie/IO/Github/Wechaty/PuppetHostie/PuppetHostie.php
@@ -773,6 +773,7 @@ private function _startGrpcClient() {
773
}
774
$hostname = $discoverHostieIp[0] . ":" . $discoverHostieIp[1];
775
776
+ // update
777
$this->_grpcClient = new \Wechaty\PuppetClient($hostname, [
778
'credentials' => \Grpc\ChannelCredentials::createInsecure()
779
]);
0 commit comments