The tutorials only covered adding a connection ID to the group on OnConnected()
, but what about cleaning it up on OnDisconnect()
?
After a permanent loss of connectivity, a client is given a new connection ID. What happens to its old connection ID in the group list? Is it automatically cleaned up? or is it scalable enough that I don't have to worry about it?