Skip to content

Commit a8da37f

Browse files
update core and remove bridge config altering
1 parent fecc241 commit a8da37f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/core-bridge/sdk-core

packages/core-bridge/src/worker.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,9 @@ pub fn replay_worker_new(
399399
OpaqueOutboundHandle<Worker>,
400400
OpaqueOutboundHandle<HistoryForReplayTunnelHandle>,
401401
)> {
402-
let mut config = config
402+
let config = config
403403
.into_core_config()
404404
.context("Failed to convert WorkerOptions to CoreWorkerConfig")?;
405-
config.skip_client_worker_set_check = true;
406405

407406
let runtime = runtime.borrow()?.core_runtime.clone();
408407
enter_sync!(runtime);

0 commit comments

Comments
 (0)