diff --git a/src/bridge.rs b/src/bridge.rs index 3eef466..a73aaa3 100644 --- a/src/bridge.rs +++ b/src/bridge.rs @@ -122,7 +122,7 @@ pub struct CoreHandle { } pub fn create_handles() -> (UIHandle, CoreHandle) { - let (ui_to_core_tx, core_from_ui_rx) = mpsc::channel::(1); + let (ui_to_core_tx, core_from_ui_rx) = mpsc::channel::(50); let ui_handle = UIHandle { ui_to_core_tx };