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', msg: 'connection',
appInstanceID: connection.uuid, appInstanceID: connection.uuid,
args, args,
}); }, '*');
const outcome = await Promise.race([ const outcome = await Promise.race([
connection_response, connection_response,
new Promise((resolve, reject) => { new Promise((resolve, reject) => {