feat: ✨ talk locally and listen from server
This commit is contained in:
parent
d930888abb
commit
1451e9ccfc
9 changed files with 320 additions and 80 deletions
|
@ -7,7 +7,7 @@ use std::{
|
|||
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
pub const BUFFER_LENGTH: usize = 1024;
|
||||
pub const BUFFER_LENGTH: usize = 1024 * 8;
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub enum Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue