writelock_issue
This commit is contained in:
parent
6deac8e6c7
commit
afd7b7d387
5 changed files with 332 additions and 27 deletions
src/core
|
@ -390,6 +390,12 @@ impl BotInstance {
|
|||
Some(msg),
|
||||
);
|
||||
|
||||
botlog::trace(
|
||||
"ACQUIRING WRITE LOCK : ID",
|
||||
Some("BotInstance > listener_main_prvmsg()".to_string()),
|
||||
Some(msg),
|
||||
);
|
||||
|
||||
|
||||
const OF_CMD_CHANNEL:Channel = Channel(String::new());
|
||||
|
||||
|
@ -431,6 +437,11 @@ impl BotInstance {
|
|||
return;
|
||||
};
|
||||
|
||||
botlog::trace(
|
||||
"ACQUIRING WRITE LOCK : ID",
|
||||
Some("BotInstance > listener_main_prvmsg()".to_string()),
|
||||
Some(msg),
|
||||
);
|
||||
|
||||
|
||||
let eval = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue