From 20f8fd515f3ff29392777bc372471cbade4a2329 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Tue, 17 Dec 2024 01:24:05 +0100 Subject: [PATCH] =?UTF-8?q?La=20reconnection=20au=20serveur=20est=20d?= =?UTF-8?q?=C3=A9j=C3=A0=20la=20valeur=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/utils/socket.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/utils/socket.ts b/client/utils/socket.ts index ab67f6f..e0bff7c 100644 --- a/client/utils/socket.ts +++ b/client/utils/socket.ts @@ -1,5 +1,3 @@ import { io } from 'socket.io-client' -export const socket = io(process.env.EXPO_PUBLIC_TRAINTRAPE_MOI_SERVER, { - reconnection: true, -}) +export const socket = io(process.env.EXPO_PUBLIC_TRAINTRAPE_MOI_SERVER)