Удаление старых буферов, убраны dev логи, FCM уведомления #7

Merged
Royce59 merged 3 commits from dev into main 2026-02-25 17:25:44 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 95638d683a - Show all commits

View File

@@ -149,8 +149,7 @@ public class Server extends WebSocketServer {
threadLocker.releaseLock(packet, executor.getClass());
}
} catch (Exception e) {
e.printStackTrace();
//client.disconnect(ServerFailures.BAD_PACKET);
client.disconnect(ServerFailures.BAD_PACKET);
}
}

View File

@@ -40,7 +40,6 @@ public class PacketFactory {
packet.read(stream);
return packet;
} catch (Exception e) {
e.printStackTrace();
throw new ProtocolException("Failed to create packet with id " + packetId);
}
}