Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Opening multiple client instances stops client chat from working #144

Closed Qaomen closed 5 years ago

Qaomen commented 5 years ago

Expected behavior When multiple client instances are opened for the same user, the user should be able to use both instances.

Actual behavior Opening a new instance prevents the user from sending chat messages in older ones.

Reproduction steps

  1. Open the client in your browser of choice while the server is running.
  2. Open another in a new tab or window.
  3. Send any chat message in the first client (or press !marble).
  4. The message doesn't show up, the server gives a User ID and access token mismatch! warning.

Additional context It only has to do with sending chat messages. Receiving them (and everything else) works just fine.