$clientId
$clientId : int
Client ID
This is a Json Rpc client for this process to interact with services of other processes.
Workers of all network types in this process can access the services of other processes through Json Rpc Client. During passive fork, the connection between the current process and other rpc services should be re-established.
The original Json Rpc client passively accepts responses and resumes coroutines, but this approach is not elegant enough But that's not enough, it should be able to handle passively accepting requests
$clientId : int
Client ID
$rpcServices : \Worker\Worker[]
$rpcServiceConnections : \Worker\Socket\TCPConnection[]
$rpcServiceAddressList : array
$facadeClass : string