Skip to content

v0.4.7

Compare
Choose a tag to compare
@JeremyTheocharis JeremyTheocharis released this 09 Dec 16:42
· 40 commits to master since this release
8b7b51f
Eng 2085 implement poll rate feature for opcua server (#92)

* savegame

* fix: ENG-2092 by stopping the browing when closing the connection

* fix: made tests more reliable

* fix: coderabbit

* fix: Improve OPC UA browsing error handling and goroutine management

- Added a channel to handle browsing errors without causing deadlocks.
- Implemented a goroutine to listen for errors and safely close the connection.
- Enhanced the CloseExpected method to ensure proper cancellation of browsing operations and wait for goroutines to finish.

* refactor: reduce mental complexity

* fix: static checks