debug client

master
Alex 2021-12-28 21:22:39 +01:00
parent 30cf6c1835
commit 3a6231dd77
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ func RunHub() {
// check if it is a connection from voice or mobile
for _, client := range cache.WebClients {
if client.MobileConn == data.Conn || client.VoiceConn == data.Conn {
logger.Web.Debugln("client", client)
go serverCommunication.HandleWebMessage(client.VoiceConn == data.Conn, data.Conn, client.Uuid, status, cmdID, dest, cmdNumber, args)
break
}