From 2f98133a93887f8972b37ba9feaab5c71680d17a Mon Sep 17 00:00:00 2001 From: tomoron Date: Tue, 18 Mar 2025 14:11:37 +0100 Subject: [PATCH] handle some special cases (disconnect during some moments) and fix "bind adress already in use" error --- includes/RT/Clusterizer.hpp | 2 +- includes/RT/Scene.hpp | 2 +- srcs/RT.cpp | 2 +- srcs/class/Clusterizer/Clusterizer.cpp | 2 +- srcs/class/Clusterizer/client.cpp | 2 +- srcs/class/Clusterizer/server.cpp | 2 +- srcs/class/Scene.cpp | 2 +- srcs/class/SceneParser.cpp | 2 +- srcs/class/Window.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/includes/RT/Clusterizer.hpp b/includes/RT/Clusterizer.hpp index dd48a5e..319da37 100644 --- a/includes/RT/Clusterizer.hpp +++ b/includes/RT/Clusterizer.hpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 18:25:18 by tomoron #+# #+# */ -/* Updated: 2025/03/18 17:12:09 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 17:15:27 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/includes/RT/Scene.hpp b/includes/RT/Scene.hpp index e6a642b..721fcbd 100644 --- a/includes/RT/Scene.hpp +++ b/includes/RT/Scene.hpp @@ -6,7 +6,7 @@ /* By: ycontre +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/12/23 18:30:18 by ycontre #+# #+# */ -/* Updated: 2025/03/18 17:12:52 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 17:14:50 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/RT.cpp b/srcs/RT.cpp index 9660ff2..3f11d1f 100644 --- a/srcs/RT.cpp +++ b/srcs/RT.cpp @@ -6,7 +6,7 @@ /* By: ycontre +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/09/27 14:51:49 by TheRed #+# #+# */ -/* Updated: 2025/03/18 17:12:15 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 17:15:15 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/Clusterizer/Clusterizer.cpp b/srcs/class/Clusterizer/Clusterizer.cpp index 2cc7b52..6536921 100644 --- a/srcs/class/Clusterizer/Clusterizer.cpp +++ b/srcs/class/Clusterizer/Clusterizer.cpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 18:24:39 by tomoron #+# #+# */ -/* Updated: 2025/03/18 17:14:03 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 17:14:37 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/Clusterizer/client.cpp b/srcs/class/Clusterizer/client.cpp index 7a418b7..c2a3d66 100644 --- a/srcs/class/Clusterizer/client.cpp +++ b/srcs/class/Clusterizer/client.cpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 21:08:38 by tomoron #+# #+# */ -/* Updated: 2025/03/18 17:11:56 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 17:16:41 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/Clusterizer/server.cpp b/srcs/class/Clusterizer/server.cpp index 55e4cb7..f61c14c 100644 --- a/srcs/class/Clusterizer/server.cpp +++ b/srcs/class/Clusterizer/server.cpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 21:08:38 by tomoron #+# #+# */ -/* Updated: 2025/03/18 17:09:02 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 17:17:04 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/Scene.cpp b/srcs/class/Scene.cpp index 2130238..d8731db 100644 --- a/srcs/class/Scene.cpp +++ b/srcs/class/Scene.cpp @@ -6,7 +6,7 @@ /* By: ycontre +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/12/23 18:29:41 by ycontre #+# #+# */ -/* Updated: 2025/03/18 17:13:39 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 17:15:53 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/SceneParser.cpp b/srcs/class/SceneParser.cpp index fa330ca..fb04375 100644 --- a/srcs/class/SceneParser.cpp +++ b/srcs/class/SceneParser.cpp @@ -6,7 +6,7 @@ /* By: ycontre +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/12/26 21:43:51 by TheRed #+# #+# */ -/* Updated: 2025/03/18 16:47:59 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 17:16:22 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/Window.cpp b/srcs/class/Window.cpp index dae772d..a894251 100644 --- a/srcs/class/Window.cpp +++ b/srcs/class/Window.cpp @@ -6,7 +6,7 @@ /* By: ycontre +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/10/13 16:16:24 by TheRed #+# #+# */ -/* Updated: 2025/03/18 17:13:11 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 17:15:42 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */