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

Missing sleep causing a tight loop for connectivity service lookup #316

Closed
plasorak opened this issue Nov 21, 2024 · 1 comment
Closed

Comments

@plasorak
Copy link
Collaborator

I believe there is a missing import time;time.sleep(0.2) around here:

self.logger.debug(f'Could not find the address of \'{uid_regex}\' on the application registry')

This causes the connectivity service client to go on a tight loop when connection cannot be resolved.

@plasorak
Copy link
Collaborator Author

plasorak commented Dec 6, 2024

This has been fixed by @PawelPlesniak here: #318

@plasorak plasorak closed this as completed Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant