websocket握手时出错:socket.io-redis中的意外响应代码:400

fwzugrvs  于 2021-06-09  发布在  Redis
关注(0)|答案(0)|浏览(260)

在我当前的项目中,我使用socket.io-redis来扩展socket.io服务器。但是,在尝试连接到Red server时,出现以下错误:

Error during WebSocket handshake: Unexpected response code: 400

我的客户端代码:

const socket = io(<url to redis server>, {transports: ['websocket']})

我的服务器端代码:

const redis = require('socket.io-redis');

io.adapter(redis({ host: 'localhost', port: 6379 }));

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题