Bob Weinand
Bob Weinand
It may or may not be an error … perhaps you want to peek onto the stream and log raw stream data and have the other read watcher invoked afterwards....
I said peek, not consume. (e.g. stream_socket_recvfrom() with STREAM_PEEK)
I think this should be the final thing to resolve until we can tag 1.0.0 (unless there are other unexpected issues). What topics exactly need to be mentioned in the...
Note that this issue is redundant if we go with #149. (As this then no longer is this specifications problem to solve.) If we'd go with #149, it'd be the...
fyi @sagebind back then when you proposed it, we were still retaining the loop accessor functions (e.g. Loop::defer() etc.) … Initially at least I intended the Loop class to be...
Forgetting to drop() at the end breaks it again (that's actually why Loop::execute() expects a closure so that the scope is well delimited). At the point where we have just...
I think it's valid to require minimum PHP 5.6, but the differences in regard to what we need for a reactor are minimal between 5.5 and 5.6 … So, as...
No, please don't go that eighth circle of hell with maintaining two different versions for PHP 5 and PHP 7. We can do that once 5.6 is EOL, but have...
@assertchris tiny note: this will btw. break the premise of `declare(strict_types=0/1)` as you take the strict/weak decision outside of callers control.
Sure, I assumed that, just saying ;-)