server
server copied to clipboard
Initialize gameMessageProcessors with default processors
trafficstars
The gameMessageProcessors map is currently initialized empty in the codebase. It is suggested to populate it with default processors to ensure that all message types are handled, reducing the risk of unhandled messages. This task involves reviewing the existing message types and ensuring that appropriate processors are set by default. Refer to the discussion in PR #2037 for more context.