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 7419ada commit 44a6576Copy full SHA for 44a6576
crates/sdk-core-c-bridge/src/worker.rs
@@ -649,6 +649,7 @@ pub extern "C" fn temporal_core_worker_replace_client(
649
new_client: *mut Client,
650
) -> *const ByteArray {
651
let worker = unsafe { &*worker };
652
+ enter_sync!(worker.runtime);
653
let core_worker = worker.worker.as_ref().expect("missing worker").clone();
654
let client = unsafe { &*new_client };
655
0 commit comments