-
Feature Request
-
Resolution: Done
-
Minor
-
None
-
None
Instead of having SSTs call ServerReload, and perhaps have it not get called if an exception happens before the call, instead allow SST classes to be annotated @ServerReload and have WF Arq wrap the SST in one that uses a try
{ callWrapped }finally
{ ServerReload.reloadIfRequired }.