-
Notifications
You must be signed in to change notification settings - Fork 24
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 when receiving unknown data type #7
Comments
After investigation, the solution would be to modify the dnp3/dnp3/src/master/runner.rs Lines 415 to 443 in 0e185d4
Need to discuss with @jadamcrain |
When connecting the dnp3rs master to the OpenDNP3 outstation example, the startup integrity poll fails because it does not expect g50v4 (see #10) in the response, and then retries it immediatly. It creates a loop of request/response. Perhaps it should wait a couple of seconds before retrying that integrity poll.
The text was updated successfully, but these errors were encountered: