Hi all.
Can yo help me with integration workerman socket and my own php.
I need to send some data from my php script to client, who also connected to socket over workerman.
At this time I just send some data into workerman namespace (after worker connect).
How I can connect to opened sockets from outside of workerman main script?