worker is not restarting when error happens (Windows)
Open
- Dominant language
- PHP
- Stars
- 11.6k
- Forks
- 2.2k
- Avg merge
- 11h 30m
- Merged PRs (30d)
- 3
Description
When error throws in worker - it not restarting (Windows).
To reproduce - declare this callback and run in daemon mode:
```
// Emitted when worker starts
$ws_worker->onWorkerStart = function () {
notExistedFunction();
};
```
It will throw an error and finish service at all, but auto restart is expected
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.