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));