Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retain serviceIdentifier in MapToolServer objects #5143

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

fishface60
Copy link
Contributor

@fishface60 fishface60 commented Jan 19, 2025

Identify the Bug or Feature request

fixes #5142
depended on by #5126
depended on by #5076

Description of the Change

This retains the service ID that's announced by the ServiceIdentifier in the MapToolServer class, so that it can be returned elsewhere.

Possible Drawbacks

serviceIdentifier is a bit opaque compared to LAN ID, but service is the nomenclaiture of the ServiceAnnouncer and Identifier has more consistent capitalisation rules than ID, as older code expects acronyms to remain capitalised and would be serviceID, but the rust style is also popular in the codebase and would be serviceId.

Documentation Notes

Not applicable

Release Notes

Not applicable


This change is Reviewable

@fishface60 fishface60 force-pushed the refactor-MapToolServer branch from 59cc4b7 to d7d6ca4 Compare January 19, 2025 20:23
@cwisniew cwisniew added this pull request to the merge queue Jan 19, 2025
@cwisniew
Copy link
Member

Merged and will be included in 1.17

Merged via the queue into RPTools:develop with commit ac34bdf Jan 20, 2025
4 checks passed
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.

[Refactoring]: Retain Server ID in MapToolServer class
2 participants