mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Bug fix
This commit is contained in:
@@ -172,6 +172,6 @@ function initializeBrowserChannel() {
|
|||||||
|
|
||||||
function closeBrowserChannel() {
|
function closeBrowserChannel() {
|
||||||
socketCloseRequested = true;
|
socketCloseRequested = true;
|
||||||
socket.close();
|
if (socket) socket.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user