socket.io icon indicating copy to clipboard operation
socket.io copied to clipboard

AWS Api Gateway websocket always reconnected

Open Feduch opened this issue 4 years ago • 0 comments

Hi!

DeepinScreenshot_выберите-область_20201212220207

const socket = io("wss://server.com", { transports: ["websocket"], path: "/", });

Backend AWS Gateway API

When connected invoked lamda for $connection, but then reconnect again.

I used vue-native-websocket it`s ok.

Feduch avatar Dec 12 '20 19:12 Feduch