reply handling

master
Alex 2022-01-01 14:32:13 +01:00
parent 650898170a
commit ac12707391
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func RunHub() {
case connection := <-unregister:
for uuid, client := range cache.WebClients {
logger.Web.Println("client unregister", client)
logger.Web.Println("client unregister", uuid, client)
if client.MobileConn == connection {
client.MobileConn = nil
client.MobileCmdIDs = []int{}