You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: monitor loop handles reconnects and session reestablishing gracefully depending on the result of the last operation.
But syn call result (error in this case) is also propagated back to the caller (which is user of the library who calls sync methods). Some of those errors could be retried internally and user request could be resend.
Problem: monitor loop handles reconnects and session reestablishing gracefully depending on the result of the last operation.
But syn call result (error in this case) is also propagated back to the caller (which is user of the library who calls sync methods). Some of those errors could be retried internally and user request could be resend.
Usual suspects that we at Northvolt retry are:
For us it is dramatically improved stability of the application working over OPCUA.
Going forward we could probably have configurable retry logic for synchronous client calls. Wdyt @magiconair and @kung-foo ?
The text was updated successfully, but these errors were encountered: