diff --git a/src/Client.php b/src/Client.php index 948fbbc..7bb9e1f 100644 --- a/src/Client.php +++ b/src/Client.php @@ -163,7 +163,6 @@ public function push(): array $responseCollection[] = new Response($statusCode, $headers, (string)$body, $token); curl_multi_remove_handle($mh, $handle); - curl_close($handle); if (!empty($this->notifications)) { $notification = array_pop($this->notifications);