mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 22:12:17 +00:00
WIP
This commit is contained in:
@@ -31,7 +31,7 @@ export class AgentProxySocketHandler extends SocketHandler {
|
||||
|
||||
} else {
|
||||
log.debug("agent", "Proxying request to " + endpoint + " for " + eventName);
|
||||
socket.instanceManager.emitToEndpoint(endpoint, eventName, ...args);
|
||||
await socket.instanceManager.emitToEndpoint(endpoint, eventName, ...args);
|
||||
}
|
||||
} catch (e) {
|
||||
if (e instanceof Error) {
|
||||
|
||||
Reference in New Issue
Block a user