Skip to content

Commit

Permalink
unlock mq
Browse files Browse the repository at this point in the history
  • Loading branch information
ipconfiger committed Mar 1, 2024
1 parent a5f0693 commit d1d4e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ fn worker_body(thread_id: usize, rx: Receiver<RowEvents>, mapping: &mut TableMet
if ports.len() > 0 {
for (mq_name, topic) in ports {
let msg_qu = QueueMessage { topic, payload: json_str.clone(), pos };
//queue.push(&mq_name, msg_qu);
queue.push(&mq_name, msg_qu);
}
}else{
warn!("没有可用发送端口");
Expand Down

0 comments on commit d1d4e60

Please sign in to comment.