RR auto-restart after plug-in error
I've encountered something that I can't find an answer to.
Every now and then when a plug-in (All in C# .Net 3.5) fails during testing (especially with an uncaught error), Riderunner shuts-down and then restarts all by itself.
Is this the expected behavior?
Is there a RR.ini parameter or other way to prevent the restart?
Could it be something in the plug-in? To the best of my knowledge they all follow the format/rules given in the examples. The case in point is a plugin the only accepts a command and returns code (2) and there was an error in the plug-in internal parsing of the command. Other than that, at this point in development, it does nothing else.
This is a problem for me in that upon this automatic restart, all of my log files are overwitten and other nasty things happen, and worse yet, the restarted RR is not completely usable. Actually if the original error is persistent, I can only stop the restart cycle by killing the RR process tree using the task manager.
Anyone else encountered this?
Regards,
Jim