hashmapinc / nifi-opcua-bundle

Apache License 2.0
31 stars 11 forks source link

Session update failure does not stop execution of triggered function #9

Closed cherrera2001 closed 6 years ago

cherrera2001 commented 7 years ago

In GetOPCData.java on line 192, the failure of an update session (effectively a disconnect from the OPC UA Server) does not cause the execution to return. This will lead to a chain of errors that hide the actual error. This should have a return on it, as well as provide feedback on why the update session failed.