bkuner / opcUaUnifiedAutomation

EPICS opcUa device support with Unified Automation C++ based client sdk.
Other
0 stars 4 forks source link

Fix reconnection issues #27

Closed ralphlange closed 7 years ago

ralphlange commented 7 years ago

Fixes most of the issues with connection management (#16, #20 and #22). Tested under valgrind: multiple disconnects and reconnects work flawlessly, without any memory issues.

ralphlange commented 7 years ago

Added the missing initial reconnect timer (fixes #23).

Tested the connection handling to be very robust - can't make it fail anymore. Valgrind is still happy.

bkuner commented 7 years ago

merged