配置

workerman 提供的 GatewayWorker\Gateway 类用于实现端口的监听,模块的 ws 服务启动正是通过它:

php 复制代码
new \GatewayWorker\Gateway('协议://ip:端口', '其他配置(套接字上下文选项)');