mirror of
https://github.com/Corsinvest/cv4pve-api-php.git
synced 2026-04-25 04:25:48 +03:00
[PR #13] [MERGED] Fix waitForTaskToFinish1 & waitForTaskToFinish #31
Labels
No labels
enhancement
needs investigation
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-php#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Corsinvest/cv4pve-api-php/pull/13
Author: @Nexus633
Created: 2/24/2021
Status: ✅ Merged
Merged: 2/25/2021
Merged by: @franklupo
Base:
master← Head:patch-2📝 Commits (1)
4800a01Fix waitForTaskToFinish1 & waitForTaskToFinish📊 Changes
1 file changed (+6 additions, -3 deletions)
View changed files
📝
src/PveClientBase.php(+6 -3)📄 Description
Fix while of waitForTaskToFinish -> while ($isRunning && (time() - $timeStart) < $timeOut) { -> while (($isRunning && (time() - $timeStart)) < $timeOut) {
Fix waitForTaskToFinish1 node string explode. my preg_split was wrong. Sorry for that
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.