Стрельцов Михаил

Results 12 issues of Стрельцов Михаил

At some situation i need add Timer at master process, but it look like imposible because master have `monitorWorkersForLinux` method with `pcntl_wait` function what will be block master process until...

I get status in interval from worker. At file Worker.php in method formatStatusData have code ``` $info = \file($statistics_file, \FILE_IGNORE_NEW_LINES); if (!$info) { return ''; } $status_str = ''; $current_total_request...

Example: 1. Start workerman Websocket server on port 8081 - all ok ![image](https://user-images.githubusercontent.com/20768848/210416619-f0e73a61-7bd9-43f9-bba5-5bf605a09d12.png) 2. Connect to server via another application (not workerman, client on local machine at c# language) -...

As i see only client data can , ans workerman use simple TcpConnection when somebody connect to server. is so technology in php what can help no wait then server...

When you will try get status on windows you will get "@@@no worker inited@@@" on method forkWorkers and return

Hi I think it will be better add static::setProcessTitle at method forkOneWorkerForWindows same as forkOneWorkerForLinux

When i try to install it last time it work only with 10.1.124.12 version of v8 (any hight version wil get all test FAIL in library) Is now some new...

Why it can be? Any C# websocket plugin work same. I have a big ping 0.2 sec at webgl (javascript websocket) but in C# version of game it two time...

#include I didnt find these header file in php-src https://github.com/php/php-src/tree/6e6e301038284fcfef132f3be85ddc96330e834d/Zend maybe last time it was separate zend_ts_hash and zend_hash