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 cefa999 commit cd2473dCopy full SHA for cd2473d
wechaty-puppet-hostie/IO/Github/Wechaty/PuppetHostie/PuppetHostie.php
@@ -778,6 +778,7 @@ private function _startGrpcClient() {
778
$metadata = array(
779
'authorization' => 'Wechaty ' . ($this->_puppetOptions ? $this->_puppetOptions->token : ""),
780
);
781
+ Logger::DEBUG($metadata);
782
$this->_grpcClient = new \Wechaty\PuppetClient($hostname, [
783
'credentials' => \Grpc\ChannelCredentials::createInsecure(),
784
'update_metadata' => $metadata,
0 commit comments