Please tell me how to call the tcp service in swoole's bttp service. Can I only open a tcp_client when http service onWorkerStart?
Some people also say to monitor the port, but it seems that you cannot monitor the http port.
Thanks.
巴扎黑2017-05-27 17:46:07
$server->listen("127.0.0.1", 9501, SWOOLE_SOCK_TCP);
For detailed code, you can go to the swoole website to search for the listen keyword