Skip to content

Commit

Permalink
Merge pull request #74 from SINTEF-9012/learning-factory
Browse files Browse the repository at this point in the history
Trying to further stabilize OPCUA connection: removed debugging command
  • Loading branch information
tiptr committed Sep 26, 2022
2 parents 42057fa + 8585270 commit 7976091
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def opcua_connection_thread_polling_based(self):
)

time.sleep(self.sampling_rate / 1000)
raise Exception()

except asyncio.exceptions.TimeoutError:
self.active = False
Expand Down

0 comments on commit 7976091

Please sign in to comment.