From d7266926d8787fb85c08b6c210ef384f192adb55 Mon Sep 17 00:00:00 2001 From: lbl8603 <49143209+lbl8603@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:03:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnt/src/channel/handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnt/src/channel/handler.rs b/vnt/src/channel/handler.rs index b5e4b41..7c6abe7 100644 --- a/vnt/src/channel/handler.rs +++ b/vnt/src/channel/handler.rs @@ -1,7 +1,7 @@ use crate::channel::context::ChannelContext; use crate::channel::RouteKey; -pub trait RecvChannelHandler: Clone + Send + 'static { +pub trait RecvChannelHandler: Clone + Send + Sync + 'static { fn handle( &self, buf: &mut [u8],