Subject: Authentication problem
My application currently behaves in the following manner:
Try and login using a certain username and password.
If I get an authentication error back, close connection, set Connection.RegisterAccount property to true and try opening connection again to register the account and log in.
In theory this should work correct? Well, on the reconnect, my client gets to the Authenticated state after successfully registering, and then the connection gets closed. Any idea what would case this behavior?
Try and login using a certain username and password.
If I get an authentication error back, close connection, set Connection.RegisterAccount property to true and try opening connection again to register the account and log in.
In theory this should work correct? Well, on the reconnect, my client gets to the Authenticated state after successfully registering, and then the connection gets closed. Any idea what would case this behavior?