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

Additional rabbitmq events #874

Open
5 tasks
Askaholic opened this issue Dec 30, 2021 · 2 comments
Open
5 tasks

Additional rabbitmq events #874

Askaholic opened this issue Dec 30, 2021 · 2 comments

Comments

@Askaholic
Copy link
Collaborator

We should publish all relevant events to rabbitmq.

  • New "a player logged in" event (skip if there is already an open session from another connection)
  • New "a player logged off" event (only if the last connection is closed)
  • New "player joined game" event
  • New "player left game" event
  • New "game started" event
@Brutus5000
Copy link
Member

Is the server capable of handling multiple connections per user right now?

@Askaholic
Copy link
Collaborator Author

If two connections try to log in as the same user then the first one gets kicked.

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