Skip to content

Tags: lucasnetau/php-ec

Tags

v0.6.4

Toggle v0.6.4's commit message
Fix lookup of first and last events (regression in last refactor)

v0.6.3

Toggle v0.6.3's commit message
don't call removeWatchForEvents again when the matcher returns EVENT_…

…TIMEOUT, it will be cleaned up further down in handle() in timeout handling

v0.6.2

Toggle v0.6.2's commit message
When a process is exiting, proc_get_status (waitpid) may still show t…

…he process running for a short period after stdout is closed. A 0.1 second timer is enough to skip the race condition

v0.6.1

Toggle v0.6.1's commit message
Update README.md

v0.6

Toggle v0.6's commit message
cleanup

v0.5.8

Toggle v0.5.8's commit message
Error recovery is only successful if we don't add back to the errored…

… queue

v0.5.7

Toggle v0.5.7's commit message
Detach source process from the parent process group

v0.5.6

Toggle v0.5.6's commit message
Need a bigger buffer than 64K for saving save state. Increase to 10MB.

@todo Handler Overflow and failback to sync save

v0.5.5

Toggle v0.5.5's commit message
Emit the save:failed event if the save process exited while we were s…

…aving data

v0.5.4

Toggle v0.5.4's commit message
When doing a synchronous save, ensure we write the temporary file to …

…the same filesystem as the state file (not /tmp) to ensure rename works.

Silence some psalm warnings due to ReactPHp doc blocks
Log the size of the save state when saving takes too long