Skip to content

Commit

Permalink
websocket v5 reconnection
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Dec 2, 2021
1 parent 8ca892d commit 215ebea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/WebSocketV5/SocketFunction.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private function reconnection($global,$type='public',array $keysecret=[]){
if($type=='public'){
$temp=[];
foreach ($all_sub as $v){
if(!is_array($v)) $temp[]=$v;
$temp[]=$v;
}
}else{
$this->keysecret=$keysecret;
Expand Down

0 comments on commit 215ebea

Please sign in to comment.