Feature (development) #17002
openSlide - utility functionalities
0%
Description
parse the current game_id in game events into 3 parts ("arn:aws:gamelift:eu-central-1::gamesession/fleet-ae3704b0-b925-475f-9b6d-f8d38feae37b/c100a228-d32d-4404-b743-4501bbbb4f86"):
region = "arn:aws:gamelift:eu-central-1::gamesession"
flee_id = "ae3704b0-b925-475f-9b6d-f8d38feae37b"
game_id = "c100a228-d32d-4404-b743-4501bbbb4f86"
also rename the current game_id ("arn:aws:gamelift:eu-central-1::gamesession/fleet-ae3704b0-b925-475f-9b6d-f8d38feae37b/c100a228-d32d-4404-b743-4501bbbb4f86") into game_server_urlParse location in game events into xys coordinates
Investigate store_event call and tracebuilding, make sure the final trace after all handlers are called is stored in storage
Find an event in storage via event_uuid or _id and include parsed_event_data into storage for better debugging