pusher / pusher-http-php

PHP library for interacting with the Pusher Channels HTTP API
https://pusher.com/docs/server_api_guide
1.42k stars 309 forks source link

pusher throwing "GuzzleHttp\Exception\ConnectException" instead of "BroadcastException" #340

Closed ven0ms99 closed 2 years ago

ven0ms99 commented 2 years ago

Shouldn't this pusher package always throw a BroadcastException? Since my upgrade from 4.0 to 6/7 (tried both) I always get a "GuzzleHttp\Exception\ConnectException" when my websockets service is down.

On my local installation I also get a "GuzzleHttp\Exception\RequestException" (cURL error 60: SSL certificate problem).

benjamin-tang-pusher commented 2 years ago

Hi, our library does not support hosting your own websocket service instead of using our cluster, so I will have to close this issue.