blackcatt

Results 7 issues of blackcatt

Hi, i need to create worker **inside other worker** and then correctly stop(destroy) it after it do some job. something like that: ``` $small_worker = new Worker(); $small_worker->onWorkerStart = function()...

Hi, again ) How to realize full work cycle of workerman from web page (php/nginx) ? php-fpm start with low privileged user wwwdata If I understood correctly, workerman works correctly...

Sometimes binance responds > {"code":-1021,"msg":"Timestamp for this request is outside of the recvWindow.","_method": ... Looks like my server time is wrong. But it's ok (Debian timesyncd says system clock is...

When working with binance futures sometime I have trouble in workerman.log like this: > **TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given** in .../vendor/linwj/ > Stack...

Hi, thanks for good tool! How to use binance api with different IP on my server? (without proxy) I have multiple IP from my ISP, attached to debian11 and know...

Help solve the problem. I need to access the binance websocket data, but I don't see a method to do this. Am I bad at searching? Or should I implement...

I decided use http client in my worker. **Server part works on workerman Worker with one thread ( $worker->count = 1; ) Business logic requires it.** Part of http client...