workadventure/back/src
David Négrier e934015d87 Refactoring searchClientById
searchClientById was scanning through all open sockets to find the right one (which is inefficient if we have many).
Instead, I created a new Map that directly maps ids to sockets.
Furthermore, this solves a long-standing issue (when a socket is disconnected, we cannot find it anymore in the sockets list but it is still available in the disconnect callback from the map)
As a result, we should not have any remaining circles any more.
2020-05-18 18:33:04 +02:00
..
Assets/Maps Minor update floor0 and floor1 2020-05-14 21:00:52 +02:00
Controller Refactoring searchClientById 2020-05-18 18:33:04 +02:00
Enum Fix error mapping refresh in back & the end of this feature development 2020-05-10 23:49:08 +02:00
Model Refactoring searchClientById 2020-05-18 18:33:04 +02:00
App.ts Remove middleware to secure access API. 2020-05-10 17:31:27 +02:00