Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Make app not restart, or at least not reconnect facebook #472

Open
glensc opened this issue Oct 8, 2020 · 0 comments
Open

Make app not restart, or at least not reconnect facebook #472

glensc opened this issue Oct 8, 2020 · 0 comments

Comments

@glensc
Copy link
Contributor

glensc commented Oct 8, 2020

Describe the solution you'd like

The code is not stable enough (no offense, I have huge respect and appreciation for this project) and from time to time uncaught exceptions are tracked by processTicksAndRejections.

This results app restart itself and logging into Facebook.

But Facebook is very sensitive to this, and I've been locked out of FB account already twice for a very short period of only testing this application.

Describe alternatives you've considered

Make it configurable not to auto-restart, or at least not reconnect to Facebook if there's an error.

and/or have exponential backoff how often to ever try to connect to Facebook.

Additional context

Ideally, the exceptions should be caught at the proper level so the requirement for while application crash is not needed, but I understand getting there takes time and effort.

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

No branches or pull requests

2 participants