workadventure/back/src
David Négrier 96c5d92c46 Fixing disconnection taking ~15 seconds
Most of the time, sending a disconnect event to one of the players is enough (the player will close the connection
which will be shut for the other player).
However! In the rare case where the WebRTC connection is not yet established, if we close the connection on one of the player,
the other player will try connecting until a timeout happens (during this time, the circle with the name is displayed for nothing).

So now, we send disconnection event to every body (not only the people in the group, but also to the person leaving the group)
2020-06-05 13:07:18 +02:00
..
Assets/Maps Fix issue on start point 2020-05-28 12:19:46 +02:00
Controller Fixing disconnection taking ~15 seconds 2020-06-05 13:07:18 +02:00
Enum Fix error mapping refresh in back & the end of this feature development 2020-05-10 23:49:08 +02:00
Model Use userId generated by back end in all message 2020-05-23 15:04:25 +02:00
App.ts Remove middleware to secure access API. 2020-05-10 17:31:27 +02:00