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

Improve error handling #653

Merged
merged 9 commits into from
May 22, 2023
Merged

Improve error handling #653

merged 9 commits into from
May 22, 2023

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    33fe50a View commit details
    Browse the repository at this point in the history
  2. Add StatusBadSessionIDInvalid to the switch to improve debug messaging

    On this code we definitely should pause publishing until new session will be created
    bitomaxsp committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6836af7 View commit details
    Browse the repository at this point in the history
  3. Remove return error not needed

    All err in this function are local to statements
    bitomaxsp committed May 22, 2023
    Configuration menu
    Copy the full SHA
    864d469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a675c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cc1c9c View commit details
    Browse the repository at this point in the history
  6. Interpret StatusBadServiceUnsupported to make clear debug logging

    This is happens on Siemens PLCs when function on the server is not supported
    bitomaxsp committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c263e7c View commit details
    Browse the repository at this point in the history
  7. Expose RevisedSessionTimeout on Session.

    Clients might benefit from knowing the value communicated by OPCUA server
    bitomaxsp committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f4e2daf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    264533b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d817a1 View commit details
    Browse the repository at this point in the history