mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-19 09:37:50 +02:00
Add upstream to control desktop
This commit is contained in:
parent
5959d056f3
commit
900b4e53b1
9 changed files with 310 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue