啊? fixed(喜)
This commit is contained in:
parent
bc362e1854
commit
028c5a0c72
@ -82,7 +82,8 @@ impl Cluster {
|
|||||||
pub async fn request_cert(&self) -> bool {
|
pub async fn request_cert(&self) -> bool {
|
||||||
tokio::time::sleep(Duration::from_millis(200)).await;
|
tokio::time::sleep(Duration::from_millis(200)).await;
|
||||||
let tmp_dir = self.config.cache_dir.clone();
|
let tmp_dir = self.config.cache_dir.clone();
|
||||||
let ack_callback = |message: Payload, _| {
|
let ack_callback = move |message: Payload, _| {
|
||||||
|
let tmp_dir = tmp_dir.clone();
|
||||||
async move {
|
async move {
|
||||||
match message {
|
match message {
|
||||||
Payload::Text(values) => {
|
Payload::Text(values) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user