Michael Maclean
Michael Maclean
Hi, I'll have a look into that I seem to recall that using `ZEND_BEGIN_ARG_INFO_EX` gave me two warnings in particular cases, which is why I reverted it, but that might...
One loop isn't enough. I'd probably go for the counter option. I don't know offhand of any way to see if there's anything left in flight in the queue, I'll...
It’s not working yet. I’m working on it in a branch but haven’t finished it off yet. > On 25 Jan 2021, at 11:42, Giorgio Pagnoni wrote: > > ...
There is a branch for it: https://github.com/mgdm/Mosquitto-PHP/tree/php8 it would be great if you could check it out, and see if it works for your use. I can look into doing...
You can get the error message from the exception: ``` php
I'll fix that over the weekend, thanks!
Ah, yep, that is definitely something I forgot to implement. I'll look into it. > On 2 Jan 2018, at 14:34, Bogdan TICA wrote: > > Hi guys. I'm using...
That was a bit of an example thrown together in a few minutes to see if it would work - I've not run it myself for any great length of...
Hi, Any chance I could see the script you're using to test? I don't see the increase in PHP 5.6.10, using this script: ``` php
I used to use the `mosquitto_loop_forever()` function from the underlying library to handle the reconnects, but unfortunately that means that the function never returns at all, so if you attempt...