From 8ed672fb3a3e452d5f0299bc44dec11a8cfe351d Mon Sep 17 00:00:00 2001 From: ModulatingForce <116608425+modulatingforce@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:12:49 -0400 Subject: [PATCH] comment issue with fix --- src/custom/experimental/experiment003.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/custom/experimental/experiment003.rs b/src/custom/experimental/experiment003.rs index 45e637b..ed1c6ba 100644 --- a/src/custom/experimental/experiment003.rs +++ b/src/custom/experimental/experiment003.rs @@ -279,6 +279,11 @@ async fn countdown_chnl_v1(params : ExecBodyParams) { ); Log::flush(); + // [ ] !! ISSUE : With this fix though, the custom fn is no longer + // async. This is an issue because chat module is async + // - There should be no need to change chat , as async allows + // us to multitask with messages + // let a = || { // let chosen_channel_ar = Arc::new(RwLock::new(chosen_channel));