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 c4a315d commit 833887f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/websocket/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@
$bitmex->client()->test2();
break;
}

case 10005:{
$bitmex->client()->test_reconnection();

break;
}
}


0 comments on commit 833887f

Please sign in to comment.