debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Print an error message only once if the connexion failed ?

Open MangelMaxime opened this issue 6 years ago • 2 comments

Description

Some browsers don't support the redux dev tool extensions and so are being flooded by lot of errors.

capture d ecran 2018-11-26 a 16 29 06

Would you be ok if we try to capture the error and print the message only once ?

MangelMaxime avatar Nov 26 '18 15:11 MangelMaxime

That would be great, ideally we'd get something from the debugger's client early on in the connection setup and abort the debugger hookup altogether.

et1975 avatar Nov 26 '18 22:11 et1975

I guess we should be able to detect the problem when doing connection.init.

And create a Model composition for the debugger extension in order to store if we have an active connection or not.

One question, is if we failed to init the connection should we re-try it later or no ?

MangelMaxime avatar Nov 27 '18 09:11 MangelMaxime