Add an RPC handler for channel buffer acks
co-authored-by: max <max@zed.dev>
This commit is contained in:
parent
dd0edcd203
commit
4d61d01943
6 changed files with 54 additions and 14 deletions
|
@ -11,7 +11,7 @@ use rpc::{
|
|||
use std::{sync::Arc, time::Duration};
|
||||
use util::ResultExt;
|
||||
|
||||
const ACKNOWLEDGE_DEBOUNCE_INTERVAL: Duration = Duration::from_millis(250);
|
||||
pub const ACKNOWLEDGE_DEBOUNCE_INTERVAL: Duration = Duration::from_millis(250);
|
||||
|
||||
pub(crate) fn init(client: &Arc<Client>) {
|
||||
client.add_model_message_handler(ChannelBuffer::handle_update_channel_buffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue