Closed
Description
Had a discussion with @mbohlool on slack about externalizing a close() method for websocket client. Scenario describe below:
Scenario:
- I have opened up an interactive exec.
- Executed a few commands.
- Completed my job.
Proposal:
- We need to externalize some method to close the socket in the event we are done using it and don't want the socket lingering around. Yes we could use an
exit
as part of our commands to run but does that really clean up the socket we opened up on our end?
Metadata
Metadata
Assignees
Labels
No labels