GenieClient / Genie4

.NET 6 Update of Genie
GNU General Public License v3.0
20 stars 14 forks source link

Update addscripts to catch writer lock errors. #85

Closed hubConnect closed 2 years ago

hubConnect commented 2 years ago

AddScripts wasn't properly catching errors thrown by its attempt to acquire the writer lock. This is called when starting and stopping scripts to update the toolstrip and seems to be a frequent source of client hangs.

For reference, this attempts to solve: https://github.com/GenieClient/genie3/issues/7