在我当前的项目中,我使用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 }));
暂无答案!
目前还没有任何答案,快来回答吧!