stanley-king преди 4 години
родител
ревизия
e0adead32d
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      wsd_bridge.php

+ 2 - 0
wsd_bridge.php

@@ -47,6 +47,8 @@ class WSDBridge
                     if (!empty($body)) {
                         Log::record("req:{$body}", Log::DEBUG);
                         $resp = $this->relay_request($body);
+                        Log::record("resp={$resp}",Log::ERR);
+                        
                         $resp = mb_convert_encoding($resp, 'GBK', 'UTF-8');
                         socket_write($client, $resp);
                         Log::record("resp:{$resp}", Log::DEBUG);