Hello,
I have two rooms with a SimpleChat in each... I can successfully login and logout between each session as many times as I want. However, my issue is this:
I have logged into room#1 five times as a guest...
I then take guest account #5 and log out of room1 and log in room2
I open a brand new instance and attempt to log in room #1
my name for this instance in room#1 should now be guest 5 (replacing the guy that left to room2)... however, it labels me as just "guest" (implying auto increment did not work and in fact was reset)
I would NOT want auto increment to restart from 0 in this case. Is this behavior standard? If not, is there something I'm missing? Thanks in advance...