问题描述 用AsyncTcpConnection链接wss,在自己的电脑上都能行,在服务器上就不行了,提示Sec-WebSocket-Accept not found 程序代码 <?php use Workerman\Worker; use Workerman\Connection\AsyncTcpConnection; use Workerman\Connection\TcpConnection; requ...