Skip to content

Commit

Permalink
Merge pull request #102 from knyjoh/fix-breaking-loop
Browse files Browse the repository at this point in the history
Resolves issue#99
  • Loading branch information
edamov authored Apr 4, 2020
2 parents 9852990 + 1e2eb81 commit a1da6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public function push(): array
if (!empty($this->notifications)) {
$notification = array_pop($this->notifications);
curl_multi_add_handle($mh, $this->prepareHandle($notification));
$running++;
}
}
}
Expand Down

0 comments on commit a1da6fa

Please sign in to comment.