mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 12:21:47 +01:00
Fix DB mutex deadlock
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
use prost_reflect::SerializeOptions;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use tokio_stream::Stream;
|
||||
use tonic::transport::Uri;
|
||||
use tonic::IntoRequest;
|
||||
|
||||
use crate::proto::fill_pool;
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
use hyper::client::connect::Connect;
|
||||
use hyper::client::HttpConnector;
|
||||
use hyper::Client;
|
||||
use hyper_rustls::HttpsConnector;
|
||||
|
||||
Reference in New Issue
Block a user