yii-debug-api icon indicating copy to clipboard operation
yii-debug-api copied to clipboard

Implement OS signal handling for event stream

Open xepozz opened this issue 11 months ago • 0 comments

See https://github.com/yiisoft/yii-debug-api/blob/23c4bea89ecd8e45038df9f0eab77ca59a4d9033/src/Controller/DebugController.php#L337 (https://github.com/yiisoft/yii-debug-api/pull/117)

Event stream doesn't respect any OS signal, it just takes its time to wait (sleep) and them exits.

xepozz avatar Jul 09 '23 19:07 xepozz