问题描述 用webman+AI写了聊天室的代码,服务端一直收不到消息,哪里的问题啊? <?php namespace app\process; use support\Log; use Workerman\Worker; use Workerman\Connection\TcpConnection; use Workerman\Timer; class ChatServer { protected ...