Skip to content

Commit 43d8cc0

Browse files
committed
Feat: ignore more sleep/wait traces
1 parent 9bc000d commit 43d8cc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/Plugins/SkipSleepTraces.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ final class SkipSleepTraces implements PluginInterface
1414
'Fiber::start',
1515
'Fiber::resume',
1616
'pcntl_wait',
17+
'pcntl_waitpid',
1718
'socket_read',
1819
'stream_select',
1920
'socket_select',

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"revolt/event-loop": "^1.0",
2020
"amphp/http-client": "^5",
2121
"amphp/byte-stream": "^2.0",
22-
"symfony/console": "^5|^6",
22+
"symfony/console": "^5|^6|^7",
2323
"amphp/pipeline": "^1.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)