joinRoom -> leave='1'
Posted: 03 Apr 2006, 08:46
I think i found a possible bug.
- AS2 Client code.
- Connect();
- login, joinRoom, etc.
When i now use client.disconnect() and after that use the same login procedure again, i see in the debugger that i get logged in, and at the same time get logged out of the room again. The difference in send xml code is that the second time around i have an leave='1' instead of leave='0' in the
xml
- AS2 Client code.
- Connect();
- login, joinRoom, etc.
When i now use client.disconnect() and after that use the same login procedure again, i see in the debugger that i get logged in, and at the same time get logged out of the room again. The difference in send xml code is that the second time around i have an leave='1' instead of leave='0' in the
Code: Select all
<msg t='sys'><body action='joinRoom' r='-1'><room id='1' pwd='undefined' spec='0' leave='1' old='-1' /></body></msg>