From cb324cc125285b5cd6a6b0cebf444a6cd873ded9 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Wed, 18 Sep 2024 20:55:00 -0400 Subject: [PATCH] fix: error in process.handle_connection --- src/gui/src/definitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/definitions.js b/src/gui/src/definitions.js index f2e7f8f5..e14fcba2 100644 --- a/src/gui/src/definitions.js +++ b/src/gui/src/definitions.js @@ -174,7 +174,7 @@ export class PortalProcess extends Process { msg: 'connection', appInstanceID: connection.uuid, args, - }); + }, '*'); const outcome = await Promise.race([ connection_response, new Promise((resolve, reject) => {