问题描述 请教下各位 https://www.workerman.net/doc/gateway-worker/push-in-other-project.html 使用该页面中的第一个方案 在tp框架的任意控制器中使用,用于主动往客户端发送消息 use GatewayClient\Gateway; Gateway::$registerAddress = '127.0.0.1:1236'; Gateway::send...
问题描述 tp6怎么在任意控制器主动给已经链接的用户主动发送消息?比较菜,半天没搞定。。。...