Skip to content

Commit

Permalink
add reconnection and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaini528 committed Jan 13, 2021
1 parent 7736563 commit 1ca49c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/WebSocket/SocketServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private function onClose($global){

$this->reconnection($global,'public');

$con->reConnect(20);
$con->reConnect(10);
}else{
$this->log('connection close '.$con->tag_keysecret['key']);

Expand Down

0 comments on commit 1ca49c2

Please sign in to comment.