Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created October 20, 2021 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/2267009b57d6284403e131dad8caa9a6 to your computer and use it in GitHub Desktop.
Save velotiotech/2267009b57d6284403e131dad8caa9a6 to your computer and use it in GitHub Desktop.
else if (route === '$disconnect') {
console.log(`Route ${route} - Socket disconnected: ${ event.requestContext.connectionId}`);
await new Client(connectionId).unsubscribe();
return response;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment