Skip to content

Only read 'gridRequests' from /gridUpdate response#33

Open
Detharon wants to merge 1 commit intoNightdawg:masterfrom
Detharon:gridRequests-coords-response
Open

Only read 'gridRequests' from /gridUpdate response#33
Detharon wants to merge 1 commit intoNightdawg:masterfrom
Detharon:gridRequests-coords-response

Conversation

@Detharon
Copy link

Long long time ago, there used to be feature baked in the clients that allowed you to find yourself on the global, public map.
The mapper simply returned the map location in a form of (map id, x, y) and the client used it to create a link which would show you the grid you're on.

Hurricane doesn't have that feature, and probably won't since modern private maps track in a better way, but it still expects the mapper to return the map id, x, y in the response data. This is then stored on that cache HashMap never to be used again and this map grows over time as you travel the world.

So, I suggest removing it; mappers won't have to send that useless data back and client won't be storing that ever-growing map of grids.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant