let socket = io.connect('http://127.0.0.1:1215/', {transports: ['websocket']});
我用 php swoole 服务我的 laravel 应用程序
php artisan swoole:http start
我总是在控制台中收到此错误
WebSocket 连接到“ws://127.0.0.1:1215/socket.io/?EIO=3&transport=websocket”失败:WebSocket 握手期间出错:意外响应代码:404