fix multiple packet in single handle_buffer call, set server as stopped when proxy connection failed and container can't be found
This commit is contained in:
@ -5,7 +5,9 @@ use json::object;
|
||||
use crate::minecraft::varint::varint_write;
|
||||
use std::collections::VecDeque;
|
||||
|
||||
use crate::dockermgr;
|
||||
use crate::{ dockermgr };
|
||||
|
||||
|
||||
|
||||
impl Client {
|
||||
pub async fn login_intent_handle(&mut self, mut _packet: &mut VecDeque<u8>, _packet_id: i32) -> Result<(),String> {
|
||||
|
||||
Reference in New Issue
Block a user