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:
2026-06-11 18:33:38 +02:00
parent 5ccac4f3d4
commit 0bbb8b3245
8 changed files with 79 additions and 28 deletions

View File

@ -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> {