duckboy81
duckboy81
> I can't reproduce 100% CPU usage, but I get a warning: > > ``` > Press Ctrl+C to exit... > ^CCaught SIGINT, exiting... > PHP Warning: zend_signal: handler was...
> Please try with the latest `master` of https://github.com/bwoebi/php-uv. Alright, give me a hot minute to try it. PS: Thanks for being so active, you guys are awesome.
> > Please try with the latest `master` of https://github.com/bwoebi/php-uv. > > Alright, give me a hot minute to try it. > > PS: Thanks for being so active, you...
Using the following: > PHP 7.4.2 (cli) (built: Jan 21 2020 11:35:20) ( NTS ) > Zend Engine v3.4.0, Copyright (c) Zend Technologies > with Zend OPcache v7.4.2, Copyright (c),...
~~Ran into the same issue with xdebugger ignoring the error suppression. See #125 for a potential fix.~~
> Can you disable the Spryker error handler and try again? It appears the error handler may not be honoring the current error reporting level and throwing an exception. 100%...
Fixes #124
> Loop::onReadable does basically that, so if the stream isn't readable, the watcher shouldn't be invoked. I agree with you, but when used inside this `while` loop, there is a...
I'm sorry I can't add too much more to this conversation, this is a bit beyond the scope of my knowledge.
@seungha-0709 Thanks for the idea. I had to adapt your code a bit to work with typescript. Plus, it looks like we only need to set the bounds once and...