weapp-socketio / wxapp-socket-io

此项目已经迁移至:
https://github.com/wxsocketio/weapp.socket.io
306 stars 74 forks source link

报502错误 #8

Open fyddaben opened 7 years ago

fyddaben commented 7 years ago

我是这样写的

const io = require('./ws.js');
const news = io('wss://xxx.com/venice/v1/user/')

控制台报错

 WebSocket connection to 'wss://xxx.com/socket.io/?EIO=3&transport=websocket' failed: Error during WebSocket handshake: Unexpected response code: 502
SkyGrass commented 5 years ago

同样问题。请问怎么解决的?