Skip to content

Register SkinHistoryHandler in CoreMicroservice#38

Merged
ammodev merged 2 commits intofeat/microservicefrom
copilot/sub-pr-37
Mar 19, 2026
Merged

Register SkinHistoryHandler in CoreMicroservice#38
ammodev merged 2 commits intofeat/microservicefrom
copilot/sub-pr-37

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 19, 2026

SkinHistoryHandler existed but was never registered with the RabbitMQ API, causing TextureHistoryRequestPacket and SaveTextureHistoryRequestPacket to go unhandled at runtime.

Changes

  • CoreMicroservice.kt: Register SkinHistoryHandler alongside IpAddressHistoryHandler and NameHistoryHandler in onBootstrap
rabbitApi.registerRequestHandler(IpAddressHistoryHandler)
rabbitApi.registerRequestHandler(NameHistoryHandler)
rabbitApi.registerRequestHandler(SkinHistoryHandler) // was missing

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Co-authored-by: ammodev <32338899+ammodev@users.noreply.github.com>
Copilot AI changed the title [WIP] [WIP] Address feedback on feat/microservice PR Register SkinHistoryHandler in CoreMicroservice Mar 19, 2026
Copilot AI requested a review from ammodev March 19, 2026 15:41
@ammodev ammodev marked this pull request as ready for review March 19, 2026 15:44
@ammodev ammodev merged commit a5f9d43 into feat/microservice Mar 19, 2026
@ammodev ammodev deleted the copilot/sub-pr-37 branch March 19, 2026 15:44
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.

2 participants