Baptiste Clavié
Baptiste Clavié
This is not the subject of this ticket, and the keepalive is not implemented.
Could you dump the `getErrorMessage()` from the exception ? Thanks.
This doesn't give me what I want. What I want is `var_dump($e->getErrorMessage())`, which (for some reasons) doesn't appear in your `print_r`.
That is still not what I want. ```php
The error is pretty explicit, your php configuration doesn't seem to know the `wss` protocol. You either need to declare the protocol (through the https://www.php.net/manual/en/class.streamwrapper.php class), or you could use...
Any update on this PR ? :}
I'll give it a try whenever I get some time (not right now...). Do not wait on me though :laughing:
Could you maybe make a PR ? Thanks
Hum, IIRC the version 2 is an extension of the Version 1. So it overwrite a few things, and fallbacks on version 1. Now that I think about it, we...
As far as I know, there isn't a fork like that. You can make a PR and I'll squeeze a release with it if you'd like.