Master Server|Fixed: Open write lock on server database
It was possible for a MasterServer to get itself into an invalid statewhich left an open write-lock on the server database.
MasterServer has been refactored to always close any open file/locksautomatically when no more references to the instance handle exist.
Also log any error that occurs during either a server database or XMLfeed update to the main error log.
View differences
Master Server|Fixed: Open write lock on server database
It was possible for a MasterServer to get itself into an invalid state
which left an open write-lock on the server database.
MasterServer has been refactored to always close any open file/locks
automatically when no more references to the instance handle exist.
Also log any error that occurs during either a server database or XML
feed update to the main error log.