6.9.5
16 Oct 2024
Fixed memory leaks in Linx Server
A memory leak issue in the Linx Server that led to gradual memory usage buildup over several days has been resolved. The problem was related to function logging and inserting metrics data.
Resolved NullReferenceException during debugging
A NullReferenceException that occurred when repeatedly entering and exiting Debug mode has been fixed.
Errors were not shown during plugin update
After updating the Database plugin and reopening the solution, specific function properties of DbBulkCopy were found to be blank, and the "Loader" execution path was also missing. These issues occurred due to exceptions that were not reported during the update. It is now fixed.
Fixed issue where property value textbox kept keyboard focus
Previously, when the user moved focus from a value in the Linx Property Grid to another program, such as Notepad, Linx retained the focus. This issue has been resolved.
Resolved assembly loading issue
A race condition caused an exception saying "An item with the same key has already been added". This has been resolved.
Resolved the stack empty exception while debugging
Another race condition occurred sporadically while debugging causing a "stack empty" exception. This resolves it.
Last updated