Skip to content

Commit

Permalink
Cleanup pulseaudio threads on unexpected disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Feb 18, 2023
1 parent 9d14e47 commit 064be26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ aio.on('connection', function (socket) {
// Incoming socket requests
socket.on('open', open);
socket.on('close', close);
socket.on('disconnect', close);
});

// Spin up application on 6900
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kclient",
"version": "0.3.0",
"version": "0.3.1",
"description": "Kclient is a wrapper for KasmVNC to add functionality to a containerized environment",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 064be26

Please sign in to comment.