Closed ParkFramework closed 8 years ago
Hi! Thanks for the report.
If you mean that exec
completes the previous execAsync
, than I think yes.
If you mean that the callback is called twice, I'd have to investigate :)
I mean that the callback is called twice.
Thank you, i see a lot of work done. When you plan to build a new version for PHP 7?
We started to use EventLoop based http://docs.php.net/manual/en/class.evio.php I use in coroutines (yield) asynchronous queries pq, well will test a new version pq :)
If nothing exceptional happens, we should see a release soon.
We started to use EventLoop based
Does EvIO work with pq\Connection::$socket?
Does EvIO work with pq\Connection::$socket?
Yes, works fine, we use for notification poll, instead socket_select()
Just released 1.0.1 and 2.0.1!
Thanks!
Print:
This normal behavior?