server icon indicating copy to clipboard operation
server copied to clipboard

Additional rabbitmq events

Open Askaholic opened this issue 3 years ago • 2 comments

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

Askaholic avatar Dec 30 '21 21:12 Askaholic

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

Brutus5000 avatar Dec 30 '21 23:12 Brutus5000

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

Askaholic avatar Dec 31 '21 00:12 Askaholic