Skip to content

Conversation

eigen-value
Copy link
Collaborator

This should save the day

invoking Bridge.call() without .result returns a completely async result object

A situation like the following does not block the Monitor anymore

{
RpcResult res = Bridge.call("multiply", 1.0, 2.0);
Monitor.println("TEST");
}

Copy link
Collaborator

@gbr1 gbr1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I tested using the test example

mod: tcp_client and monitor use RpcResult async calls to get errors
examples: Bridge test.ino with python code
doc: impr Bridge call examples new API
@eigen-value eigen-value merged commit 086d737 into main Sep 29, 2025
@eigen-value eigen-value deleted the new_call_api branch September 29, 2025 15:21
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