Skip to content

Allow requesting config state from backend#13

Merged
choden-dev merged 8 commits intomainfrom
allow-requesting-config-state-from-backend
Dec 6, 2025
Merged

Allow requesting config state from backend#13
choden-dev merged 8 commits intomainfrom
allow-requesting-config-state-from-backend

Conversation

@choden-dev
Copy link
Copy Markdown
Owner

Overview

Allows the client to send a message requesting the current saved client config. Currently relies on querying the db, will need to investigate if it is worth having in memory

Example usage (see messaging/examples/client_sending_key_config_to_server.rs):

  handler.request_server_config().unwrap();
  let result = handler.check_for_server_config().unwrap();
  println!("{:?}", result);

@choden-dev choden-dev merged commit 6ed0441 into main Dec 6, 2025
8 checks passed
@choden-dev choden-dev deleted the allow-requesting-config-state-from-backend branch December 6, 2025 22:47
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