forked from planetteamspeak/ts3phpframework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue planetteamspeak#204: Exit loops when disconnected
This change should help to exit stuck loops, when the library is not connected to the remote server anymore. - Fixes the existing `isConnected()` function to properly return TRUE or FALSE - Adds a PHPUnit test for the `isConnected()` function - Adds the connection status as condition to loops in order to abort, when it disconnected
- Loading branch information
Sebi94nbg
committed
Aug 16, 2023
1 parent
adbe553
commit 56c3b62
Showing
3 changed files
with
27 additions
and
1 deletion.
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