walkor

Results 250 comments of walkor

> In the mean time, you or me can add #[\AllowDynamicProperties] To the Worker class and Connection interface. Done

Hi joanhey, here are the twitter accounts. https://twitter.com/workermanphp https://twitter.com/webmanphp

> can I just turn this off completely to be able to operate in a read only environment? Sorry, It not support turn off

Workman does not support this feature under Windows. Please use Linux system. Or you can try to use similar codes to monitor the process ```php $cmd = 'php start.php'; function...

> Do you remove support this feature? Yes, this feature removed

可以试下swoole-cli-cygwin https://wenda-1252906962.file.myqcloud.com/dist/swoole-cli-v5.0.3-cygwin-x64.zip

只把swoole-cli-cygwin当作php来用,不使用swoole作为底层驱动。我看到社区里有人这么做。

Using `die()` will generate a log. Use `Worker::stopAll()` instead of `die()`.