Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use same client name / money for reconnecting clients #12

Closed
Botje opened this issue Oct 9, 2012 · 4 comments
Closed

Use same client name / money for reconnecting clients #12

Botje opened this issue Oct 9, 2012 · 4 comments

Comments

@Botje
Copy link
Contributor

Botje commented Oct 9, 2012

Generate a unique ID per client and pass / store that.

@Zillode
Copy link
Contributor

Zillode commented Oct 23, 2012

http://android-developers.blogspot.be/2011/03/identifying-app-installations.html
-> use UUID.randomUUID().toString(); and store in settings. Settings is already implemented for other persistent stuff (e.g. nicknames).

@Zillode
Copy link
Contributor

Zillode commented Oct 23, 2012

Is not that trivial since there is no welcome message from the client side (and the server already generated a unique client id).

@ghost ghost assigned Botje Oct 23, 2012
@Zillode
Copy link
Contributor

Zillode commented Oct 23, 2012

Added 'reconnectIdentification' but unsure where to set the welcome msg (should be resent if disconnected).
Note: SetIDMessage already exists, might be related?

@Zillode Zillode mentioned this issue Oct 23, 2012
@Botje
Copy link
Contributor Author

Botje commented Nov 19, 2012

Fixed in preferences branch

@Botje Botje closed this as completed Nov 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants