pusher / pusher-http-php

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

[bug] cannot set a custom timeout as a option in pusher #380

Closed jeslopcru closed 7 months ago

jeslopcru commented 8 months ago

Hi! According to the documentation, it is possible to add a timeout as an option.

Checking the code in the constructor timeout is set by default to 30 but or it is updated to the value set as option.

In the post method the timeout value is not set when sending the request with Guzzle

Could you take a look?