我的服务驻留在拥有亚马逊ELB的服务器上.客户端部分与之通信
服务器由vertx eventbus.弹出时会尝试连接服务器
服务器由vertx eventbus.弹出时会尝试连接服务器
WebSocket connection to 'wss://login.com:7070/Notify/287/mxyox3qd/websocket' Failed: Error during WebSocket handshake: Unexpected response code: 400
我的客户端代码:
eventBus = new EventBus(url); eventBus.onopen = function() { // ---------- Do Something --------------------------------- }); }
ELB听众是否与此有关?有人可以帮忙吗?