Skip to content

Commit 4ea1c1a

Browse files
chris-olszewskiyuandrew
authored andcommitted
update core and remove bridge config altering
1 parent f5c1584 commit 4ea1c1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core-bridge/src/worker.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,9 @@ pub fn replay_worker_new(
405405
OpaqueOutboundHandle<Worker>,
406406
OpaqueOutboundHandle<HistoryForReplayTunnelHandle>,
407407
)> {
408-
let mut config = config
408+
let config = config
409409
.into_core_config()
410410
.context("Failed to convert WorkerOptions to CoreWorkerConfig")?;
411-
config.skip_client_worker_set_check = true;
412411

413412
let runtime = runtime.borrow()?.core_runtime.clone();
414413
enter_sync!(runtime);

0 commit comments

Comments
 (0)