Michael Maclean
Michael Maclean
Hmm, interesting! I noticed it works if I do `curl --silent https://www.rust-lang.org/ | htmlq '#get-help.languages'` (with a space in between the two parts of the selector). I'll look further.
There's no way to do that right now as it pretty much assumes UTF-8 at the moment, but I'll have a look into it.
I think this would be nice but the pretty print function I've been using is a bit of a work in progress and I'm not sure it improves things in...
I'm not entirely sure if this is useful, as I've not played with React and Mosquitto together yet, but I do have an example of using the result of getSocket...
It doesn't return a resource right now, but when I get a spare minute I'll try it and see if it actually works.
Cool, thanks! If you get a chance to test it Is quite happily merge a PR :-) > On 4 Mar 2015, at 16:55, Mikkel Kirkgaard Nielsen [email protected] wrote: >...
Hi folks, I made a PR to return resources instead, and added an example of its usage, in this PR: https://github.com/mgdm/Mosquitto-PHP/pull/23 If that's any use to you, then I'll merge...
Ah ha. I have an idea, I'll attempt to implement it. Basically, we can up the ref count on the zval that `getSocket()` returns, so that it won't be GCed...
I'll see if I can replicate this behaviour. I've not had a lot of time to work on this recently, though hopefully I can fix that soon.
Hi, Apologies for the late response, I've been on holiday. The timeout you give in `loopForever()` means each trip around the loop is going to take up to that period...