Open
Description
I was trying to check if the library uses any central server to identify room and peers. For the purpose, I tried removing
if s.rooms.rooms[room].full {
s.rooms.Unlock()
bSend, err = crypt.Encrypt([]byte("room full"), strongKeyForEncryption)
if err != nil {
return
}
err = c.Send(bSend)
if err != nil {
log.Error(err)
return
}
return
}
And running all multiple peers at a time. But still getting error: got bad response: room full
. I checked other parts of code but there's no any other place with "room full".
Could you please guide me understanding?
Metadata
Metadata
Assignees
Labels
No labels