mirror of https://github.com/telemt/telemt.git
Update client.rs
This commit is contained in:
parent
358ad65d5f
commit
56cd0cd1a9
|
|
@ -34,6 +34,7 @@ pub async fn handle_client_stream<S>(
|
|||
buffer_pool: Arc<BufferPool>,
|
||||
rng: Arc<SecureRandom>,
|
||||
me_pool: Option<Arc<MePool>>,
|
||||
ip_tracker: Arc<UserIpTracker>,
|
||||
) -> Result<()>
|
||||
where
|
||||
S: AsyncRead + AsyncWrite + Unpin + Send + 'static,
|
||||
|
|
|
|||
Loading…
Reference in New Issue