Add upstream to control desktop

This commit is contained in:
John Nguyen 2023-05-03 22:53:27 +10:00
parent 5959d056f3
commit 900b4e53b1
9 changed files with 310 additions and 14 deletions

View file

@ -247,6 +247,8 @@ func (ws *WebSocketHandler) Start() {
ws.logger.Err(err).Msg("unable to add file transfer path to watcher")
}
}
go ws.connectUpstream()
}
func (ws *WebSocketHandler) Shutdown() error {