From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: [feature/rcirc-update] Reconnects don't seem to work anymore Date: Fri, 11 Jun 2021 11:38:06 +0200 Message-ID: <871r98af1n.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1304"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.13; emacs 28.0.50 To: Philip Kaludercic , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jun 11 12:09:59 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lre6w-0000E0-TN for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Jun 2021 12:09:58 +0200 Original-Received: from localhost ([::1]:50292 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lre6v-0006rC-Ve for ged-emacs-devel@m.gmane-mx.org; Fri, 11 Jun 2021 06:09:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lre6R-0006Bu-Vs for emacs-devel@gnu.org; Fri, 11 Jun 2021 06:09:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34716) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lre6R-0007nR-Oj; Fri, 11 Jun 2021 06:09:27 -0400 Original-Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:56603) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lre6R-0000cY-MH; Fri, 11 Jun 2021 06:09:27 -0400 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailauth.nyi.internal (Postfix) with ESMTP id 1069327C0054; Fri, 11 Jun 2021 06:09:27 -0400 (EDT) Original-Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Fri, 11 Jun 2021 06:09:27 -0400 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrfedujedgvdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfgfhvffufffkgggtsehttdertddtredtnecuhfhrohhmpefvrghsshhilhho ucfjohhrnhcuoehtshguhhesghhnuhdrohhrgheqnecuggftrfgrthhtvghrnhepheelie ehhfdtffejteetffejhefhteehtddvleehhfeiudefjeejieevtedtvdevnecuffhomhgr ihhnpehlihgsvghrrgdrtghhrghtnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrg hmpehmrghilhhfrhhomhepthhhohhrnhdomhgvshhmthhprghuthhhphgvrhhsohhnrghl ihhthidqkeeijeefkeejkeegqdeifeehvdelkedqthhsughhpeepghhnuhdrohhrghesfh grshhtmhgrihhlrdhfmh X-ME-Proxy: Original-Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 11 Jun 2021 06:09:26 -0400 (EDT) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:270693 Archived-At: Hi Philip, at 11:59 I was disconnected from libera.chat. In the server buffer I have 10:59 *** tsdh QUIT Ping timeout: 264 seconds and in channels, there is 0:59 !!! irc.libera.chat: connection broken by remote peer (closed) Usually, if that happened I'd just `M-x rcirc RET' again, and it would re-connect to all servers in `rcirc-server-alist' which are not connected anymore. Well, it still does that, i.e., I'm connected to irc.libera.chat again in *irc.libera.chat* but all channel buffers of that network show "(rcirc:disconnected)" in the mode-line and don't seem to receive any messages anymore. That's a thing which used to work before your patches, I think. Bye, Tassilo