問題描述 用webman+AI寫了聊天室的代碼,服務(wù)端一直收不到消息,哪里的問題??? <?php namespace app\process; use support\Log; use Workerman\Worker; use Workerman\Connection\TcpConnection; use Workerman\Timer; class ChatServer { protected ...