We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6b26c commit df1514cCopy full SHA for df1514c
src/bridge.h
@@ -50,7 +50,7 @@ class RpcResult {
50
error.code = client->lastError.code;
51
error.traceback = client->lastError.traceback;
52
k_mutex_lock(write_mutex, K_FOREVER);
53
- client->notify(BRIDGE_ERROR);
+ client->notify(BRIDGE_ERROR, error.traceback);
54
k_mutex_unlock(write_mutex);
55
}
56
k_mutex_unlock(read_mutex);
0 commit comments