Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print an error message only once if the connexion failed ? #19

Open
MangelMaxime opened this issue Nov 26, 2018 · 2 comments
Open

Print an error message only once if the connexion failed ? #19

MangelMaxime opened this issue Nov 26, 2018 · 2 comments
Labels

Comments

@MangelMaxime
Copy link
Member

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 ?

@et1975
Copy link
Member

et1975 commented Nov 26, 2018

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.

@MangelMaxime
Copy link
Member Author

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants