walkor / walkor/workerman

worker is not restarting when error happens (Windows)

Open
#816 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.