feat: rename frontend.Handler
to frontend.UpdateLoop
for clarity
🤖
This commit is contained in:
parent
0f8fde3143
commit
a03d27ae0f
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ func Start() {
|
|||
|
||||
channel := make(chan GoTomato.ServerMessage, 2)
|
||||
go websocket.ProcessServerMessages(conn, channel)
|
||||
frontend.Handler(conn, config, channel)
|
||||
frontend.UpdateLoop(conn, config, channel)
|
||||
|
||||
websocket.Disconnect(conn)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue