assigning a uuid when establishing a connection
parent
1c6a8a3dd9
commit
f92d79775f
|
@ -36,6 +36,8 @@ func RunHub() {
|
||||||
|
|
||||||
client := serverCommunication.GetWebClientByUuid(clientDb.Uuid)
|
client := serverCommunication.GetWebClientByUuid(clientDb.Uuid)
|
||||||
|
|
||||||
|
logger.Web.Debugln("client uuid", client.Uuid)
|
||||||
|
|
||||||
if client.Uuid == "" {
|
if client.Uuid == "" {
|
||||||
client.Uuid = clientDb.Uuid
|
client.Uuid = clientDb.Uuid
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue