Suppose my game server can host 1M users, meaning I need to keep track of 1M websocket connections, what is the suitable data structure (or collection) for doing that? And what is the strategy to handle synchronization issue?Suppose my game server can host 1M users, meani