From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.1.2] (unknown [101.128.125.209]) by gnuweeb.org (Postfix) with ESMTPSA id 21D307E24F; Sat, 24 Dec 2022 23:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1671925187; bh=zOl57/A9vH/nJj2dbPqDktXOhxnjszwtl+C7YTsj+eo=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=VDBOREMD0O1yo+Gl9kdrufzHAqVcefleJt9C+p1G3kKwUFhu90xadDpTEgV1PB2zc Gs0ZDaxMv8yMbkxxS9/w8Pa7YUTbb+me0WY5jfepPruYLQBm1OEWEPLGGj9tm1OS4b fqLfulyPh2g3CSt/P+f4nm3pd/XuKNKg/jzl1TyG68C1TU8MR0Y/hJr5zNHqutSDpG MwmppjrMX78cENyrcue9QayyKlW23+zP0CYeOCwAMof3ZxwlFXmD3X+9Nx87SskoKz z0DPJ/ATvrgqbll+2FjXxrNQjnMD/YXTD9wQs1bNjEuw9ByuAPSvdBL+B1OjCzfEKS 5653BxOljjKZQ== Message-ID: Date: Sun, 25 Dec 2022 06:39:43 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [PATCH v4 00/17] Fix, improvement and implement a bot logger. Content-Language: en-US To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221221013347.1704-1-kiizuha@gnuweeb.org> <09cf5444-3e42-9e58-ecf0-a4b21e5da953@gnuweeb.org> <489c62e6-b61f-61b9-8209-f098c8eb900d@gnuweeb.org> <02c3ed03-d2c9-2980-dd0d-eab304fad7db@gnuweeb.org> <8074e14a-9e45-1243-8c94-51d6f6e79b28@gnuweeb.org> <55659103-833e-9d0e-0960-813dea2928ca@gnuweeb.org> From: Muhammad Rizki In-Reply-To: <55659103-833e-9d0e-0960-813dea2928ca@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: On 25/12/2022 06.36, Ammar Faizi wrote: > On 12/25/22 6:35 AM, Ammar Faizi wrote: >> On 12/25/22 6:34 AM, Muhammad Rizki wrote: >>> https://sebhastian.com/lost-connection-mysql-server-during-query/ >>> >>> Or you can just set the connection timeout instead? >> >> This is not about timeout. But when the server is restarted, the >> TCP socket is also closed. It needs to reconnect. > > The Telegram daemon issue has already been fixed by commit: > >    3eb6a95d602839bb8ac84eacae7258f1de30ea1a ("telegram: listener: Fix > missing MySQL error recovery function") > > but the Discord daemon still has the same issue. Try it. > I'll wait for your patch. > Ohhh, I thought the error is not fixed. I will patch for the Discord daemon.