Skip to content

Commit 5981baa

Browse files
committed
Catch potential request errors
1 parent fb8f86a commit 5981baa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/ProxyManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ public function createProxy(string $clientId, $connectionData)
5454
});
5555
}
5656
});
57+
}, function ($e) {
58+
// Ignore potential timeouts
5759
});
5860

5961
$proxyConnection->send(json_encode([

builds/expose

1.01 KB
Binary file not shown.

0 commit comments

Comments
 (0)