socket.io
socket.io copied to clipboard
AWS Api Gateway websocket always reconnected
Hi!

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.