mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: error in process.handle_connection
This commit is contained in:
parent
f4dd195245
commit
cb324cc125
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user