Re: [pgAdmin4][Patch]: RM #3734 "Error Message displayed once user use debugger and execute procedure list_emp 5 times with fast speed"

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM #3734 "Error Message displayed once user use debugger and execute procedure list_emp 5 times with fast speed"
Date: 2018-11-20 16:36:05
Message-ID: CA+OCxowtecWqSeWbRuBM7AVjLivHZVUGhfVrVdvmkxzYbWJkmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, committed. I included a note in the commit message and the code to
look for a more appropriate solution in the future.

On Tue, Nov 20, 2018 at 8:59 AM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Hackers,
>
> Attached is the patch to fix RM #3734 "Error Message displayed once user
> use debugger and execute procedure list_emp 5 times with fast speed".
>
> *Solution*: I have wrapped the logic to enable "*Continue*" button in
> setTimeout() function with the sleep of 500ms. This is not the exact
> solution, but it works for me.
>
> Please review it.
>
> --
> *Akshay Joshi*
>
> *Sr. Software Architect *
>
>
>
> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-11-21 09:27:11 Re: Import/export servers
Previous Message Dave Page 2018-11-20 16:35:31 pgAdmin 4 commit: Prevent the debugger controls being pressed again bef