-
Notifications
You must be signed in to change notification settings - Fork 10
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
Beacon causes excessive Seach #25
Comments
I tried to recreate your test using the master branch of the java PVAccess library. I adding a print statement to print out the timestamp of when the search request message was being broadcast. I noticed that the exponential backoff is reset after about 30s.
In the implementation I cannot find an obvious property or setting being used to govern the beacon reset time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I observe the search retry time being reset after each beacon even at a 15 sec interval (c++ servers later switch to a 3 min. interval). This is with pvAccessJava 4.1.3 (cs-studio 4.3.3b).
The test setup is a PVA client trying to connect to a non-existent PV, and PVA server.
The text was updated successfully, but these errors were encountered: