changed func to GetWebClientOrCreateNewByUuid
parent
2c8f5aa56b
commit
fc7cadba59
|
@ -34,7 +34,7 @@ func RunHub() {
|
|||
}
|
||||
logger.Web.Debugln("getClientByUuid", clientDb, token)
|
||||
|
||||
client := serverCommunication.GetWebClientByUuid(clientDb.Uuid)
|
||||
client := serverCommunication.GetWebClientOrCreateNewByUuid(clientDb.Uuid)
|
||||
|
||||
if token == clientDb.VoiceSessionToken { // voice
|
||||
client.VoiceConn = connection
|
||||
|
|
Loading…
Reference in New Issue