I have a user path that needs to open a Websocket Connection, perform some actions, and close that connection. However, I do not see any mechanism with which to trigger a close on the websocket connection.
↧
How do I deliberately close a WebSocket Connection after that portion of my user path is completed?
↧