workadventure/back/src/Controller
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
..
AuthenticateController.ts Completely getting rid of "userid" 2020-05-14 23:20:43 +02:00
IoSocketController.ts Refactoring searchClientById 2020-05-18 18:33:04 +02:00
MapController.ts Redirecting to the correct map after login screen based on URL provided 2020-05-13 00:06:58 +02:00