Sign and Notarize config, debug logs for IPC
This commit is contained in:
parent
2f6d79e1f0
commit
396e6ed546
17 changed files with 535 additions and 103 deletions
|
|
@ -64,14 +64,14 @@ const search = (id) => ui.messages.find(m => m.id == id);
|
|||
function launchSession(account)
|
||||
{
|
||||
connectToPlatform(account);
|
||||
// initAudio();
|
||||
initAudio();
|
||||
processContentId = setInterval(handleMessageQueue, 100);
|
||||
}
|
||||
|
||||
function endSession()
|
||||
{
|
||||
clearInterval(processContentId);
|
||||
// terminateAudio();
|
||||
terminateAudio();
|
||||
disconnectFromPlatform();
|
||||
ui = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue