Sign and Notarize config, debug logs for IPC

This commit is contained in:
Andrew Gundersen 2022-03-08 07:17:52 -06:00
commit 396e6ed546
17 changed files with 535 additions and 103 deletions

View file

@ -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;
}