Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DELETE route to close a websocket connection #725

Merged
merged 3 commits into from Jul 2, 2019

Conversation

frsechet
Copy link
Contributor

@frsechet frsechet commented Jul 2, 2019

As mentioned here, the websocket implementation is missing a way to close the websocket from the server using the @connections URLs. This merge requests adds that feature.

To close a websocket, as per AWS (very scarce) documentation, call DELETE http://<websocket_host>/@connections/<connectionId>

@frsechet frsechet mentioned this pull request Jul 2, 2019
6 tasks
@dherault
Copy link
Owner

dherault commented Jul 2, 2019

Thanks (merci 😉 ) @frsechet, we'll merge #711 soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants