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

infinite loop after waking from sleep #231

Open
camerondavison opened this issue Mar 20, 2023 · 2 comments
Open

infinite loop after waking from sleep #231

camerondavison opened this issue Mar 20, 2023 · 2 comments
Labels
kind/bug Something isn't working

Comments

@camerondavison
Copy link

If my laptop goes to sleep for a long time localizer will go into an infinite loop of trying to open endpoints

I can usually resolve this pretty quickly by just restarting it

I bring this up because I can think of a couple of things that might be good features worth thinking about.

  1. notice that the app has been asleep and missed a bunch of events and redo the internal state (may be connected to Revamp Refresh Logic #19 )
  2. limit the number of times a host file can be updated in a time period maybe once every 5 seconds or something (updating the host file a bunch of times causes the machine to have trouble with DNS)
  3. just die if localizer missed a bunch of events
@jaredallard jaredallard added the kind/bug Something isn't working label Mar 29, 2023
@jaredallard
Copy link
Contributor

These all seem like pretty good improvements!

@trobertsonsf
Copy link

This would be very helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants