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

Resurrect ServerAgent for external tool access #6044

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fluffyfreak
Copy link
Contributor

@fluffyfreak fluffyfreak commented Feb 4, 2025

This is not a new feature but after a discussion on the Discord channel I did promise to take a look at it and to stop me forgetting (again) I'm going to track this here as a WIP 😁

Todo:

  • this code is NOT equivalent
-		Json::FastWriter writer;
-		req.buffer = writer.write(req.data);
+		req.buffer = req.data;
  • responding to success is commented out due to me not understanding the JSON changes yet
  • once the above is fixed it will need testing

ServerAgent.cpp needs work on JSON Reader and Writer
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