fixed logs and config locations, updated connection closure handling

This commit is contained in:
2025-12-10 11:22:09 +01:00
parent 709abb30fa
commit 27609dba2b
7 changed files with 75 additions and 24 deletions

View File

@@ -1,8 +1,6 @@
package controller
import (
"homestead/homestead_gateway/ws"
)
import "homestead/homestead_gateway/ws"
type GatewayController struct {
Websocket *ws.WebsocketGateway