comment issue with fix
This commit is contained in:
parent
e711c6454d
commit
8ed672fb3a
1 changed files with 5 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue