workadventure/back/src
David Négrier 2aba6b1c27 Fixing loop when setting variables
Setting a variable would makes the application enter in an infinite loop of events (between all the scripts and the back)
This fix makes sure a variable does not emit any event if it is changed to a value it already has.
2021-07-23 11:51:01 +02:00
..
Controller fixed invalid unauathorized handler 2021-07-01 15:50:40 +02:00
Enum Adding support to persist variables in Redis 2021-07-19 16:23:16 +02:00
Messages Migrating messages locally into back and front 2020-09-24 11:16:08 +02:00
Model Fixing loop when setting variables 2021-07-23 11:51:01 +02:00
Server Fixing eslint ignore broken by Prettier 2021-06-24 10:23:32 +02:00
Services Fixing loop when setting variables 2021-07-23 11:51:01 +02:00
App.ts Applying Prettier on pusher and back 2021-06-24 10:09:10 +02:00
RoomManager.ts Fixing loop when setting variables 2021-07-23 11:51:01 +02:00