fix: error in process.handle_connection

This commit is contained in:
KernelDeimos 2024-09-18 20:55:00 -04:00
parent f4dd195245
commit cb324cc125

View File

@ -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) => {