Debug
This commit is contained in:
parent
6f94491464
commit
9d8ec183a2
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ pub enum Error {
|
|||
|
||||
impl ClientFrames {
|
||||
pub fn check(src: &mut Cursor<&[u8]>) -> Result<(), Error> {
|
||||
info!("Checking message: {src:?}");
|
||||
match get_u8(src)? {
|
||||
// Error: msg: str (Server -> Client)
|
||||
// 0x10 => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue