Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kRwII-0001fI-1M for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Oct 2020 11:47:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kRwIG-0004rJ-UW for pgadmin-hackers@arkaria.postgresql.org; Mon, 12 Oct 2020 11:47:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kRwIG-0004rC-PJ for pgadmin-hackers@lists.postgresql.org; Mon, 12 Oct 2020 11:47:08 +0000 Received: from mail-io1-xd43.google.com ([2607:f8b0:4864:20::d43]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kRwIE-0001Ry-5D for pgadmin-hackers@postgresql.org; Mon, 12 Oct 2020 11:47:08 +0000 Received: by mail-io1-xd43.google.com with SMTP id u19so17400466ion.3 for ; Mon, 12 Oct 2020 04:47:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=kU91RdS4VKHZDzDikeBux8IIfGuQGrCY7/4f+m4eLGw=; b=K2l5UtkI79soxiI5XVqx1XEvrn3gC40uIKF1Sy009z4RYMhDqyevRf8bgRTBq++nfr S7IFtu+NHi15zSo6DxL6zJsJ9DBxQlt9NNfIDYPIRIAI8I/zEs8cVD3lOaP67pz9dmY1 tyP/BYWdQYMqSxPArfMm0nkdJr7Xuw/uut1rs7ooMDUPR/YVOWc4oyjV4ZOEOLUMgSXS AMWjmxF+fWCw9z0At2/X8BnuG7rIDJESxRw34CDL0uHK1d6HusjMUWMxzEycFtFayxEo 2His7l+GWoIcSAS6OLZPCJ0FpV48VWh4nK0mNv7q0N33ywq5YWrY9IQ9znRA5epuDHPc pLig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kU91RdS4VKHZDzDikeBux8IIfGuQGrCY7/4f+m4eLGw=; b=nYC/1aF87nre7QrtcG81/hpxcJRc5fk6QSSOAVLmSef5mqijxnUDuegQUHvzRBC+M7 4D7D1s/Kv86xRXwxNab6e+msp7pbM+s9sE1jpbI2/jCDwT7Zx+Rl3tgNWU/pwQ8pUnbH tzrSXPXP7noIVgeiZapzwhdqbPrLNaQk4S+KQmeU9ctcgbAz4zZUU6BsA1dO/6YbYmLv v/mJ8L4HISyK8tiTed0idhgJOUnN5xbvLK7ev4LPaznnu1skg2qVoWtgJwd4MC6qJcmR cTnWj64O4QX24sbB6lAna9waRm/fjpJjuhzmJwvPVUTxJz0s0QxG/KCLW6hnQhPZ5ROD Ropw== X-Gm-Message-State: AOAM530YPsfBS5SJsz5ErzaI8t3/l2TVQ5xpaFb72ACfapK0APnpMoNM 4ZATtE4dRIJ2TPNQv+NPHvE+L1OhnE71StB6clq5zmyh8QAXEsRLZvvAEx34yerV3drk5xWbizi 7D/efSmqMqGqsiY/oU1VvQxAEPvk0onn0hETZA6Pyjmk8ln5PJBdli1M4hTkVMbn+T152mipOb+ tkIr8d/JipGxbu2AvZHn21SBO6J7iPCnsCFeZdI30511YYANFJ/JNJ6CgqgA== X-Google-Smtp-Source: ABdhPJz05FqC/VmGeeFc/Ftlh6ezUSXX/FVXp9tdRziaUv5Vme7AOw41k2KzxNluB08vuoCABtEYjKTefM/ajf8rhcg= X-Received: by 2002:a05:6638:97:: with SMTP id v23mr20102004jao.7.1602503224453; Mon, 12 Oct 2020 04:47:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Mon, 12 Oct 2020 17:16:53 +0530 Message-ID: Subject: Re: New connection issue. To: Nikhil Mohite Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000721a3d05b177dbea" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000721a3d05b177dbea Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Mon, Oct 12, 2020 at 4:59 PM Nikhil Mohite < nikhil.mohite@enterprisedb.com> wrote: > Hi Team, > > I have fixed an issue on a new connection. > When the server is disconnected and we try to connect it through a new > connection model dialog it is falling for every 3rd connection attempt. > > -- > *Thanks & Regards,* > *Nikhil Mohite* > *Software Engineer.* > *EDB Postgres* > *Mob.No: +91-7798364578.* > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Sr. Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --000000000000721a3d05b177dbea Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.

On Mon, Oct 12, 2020 at 4:59 PM Nikh= il Mohite <nikhil.mohi= te@enterprisedb.com> wrote:
Hi Team,

I have fixe= d an issue on a new connection.
When the server is disconnected a= nd we try to connect it through a new connection model dialog it is falling= for every 3rd connection attempt.

--
Thanks &= ; Regards,
Nikhil Mohi= te
Software Engi= neer.


--
--000000000000721a3d05b177dbea--