Skip to content

Commit

Permalink
webcosket v5 undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Nov 26, 2021
1 parent 1c6b8be commit 8ca892d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Api/WebSocketV5/SocketClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ protected function getData($global,$callback=null,$sub=[]){
)*/

//$data=$global->get($k);
if(!isset($global_local['public'][$k])) continue;

$data=$global_local['public'][$k];
$temp[$k]=$data;
}
Expand Down

0 comments on commit 8ca892d

Please sign in to comment.