Skip to content

Commit

Permalink
fix(node): UnhandledPanic is not supported on non-current thread runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
qti3e committed May 9, 2024
1 parent f1773cc commit f548d8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ impl<C: Collection> ContainedNode<C> {
format!("{}#{id}", name.as_deref().unwrap_or("LIGHTNING"))
})
.enable_all()
.unhandled_panic(UnhandledPanic::ShutdownRuntime)
.build()
.expect("Failed to build tokio runtime for node container.");

Expand Down

0 comments on commit f548d8b

Please sign in to comment.