-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #204: Exit loops when disconnected
This change should help to exit stuck loops, when the library is not connected to the remote server anymore. - Adds a new function to check if a connection is established or not - Adds a PHPUnit test for the new function - Adds the connection status as condition to loops in order to abort, when it disconnected
- Loading branch information
Sebi94nbg
committed
Aug 15, 2023
1 parent
64aa90a
commit bb830fd
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters