Runtime Error Attempted Access When Interrupting Shortly After Cast

Issue: Firing interrupt shortly after a cast is completed gives a runtime error. This is normal, this is happening due to the interrupt trying the access the indicator while it is pending kill/garbage. Meaning at that time it is not valid. This is due to the indicator cleaning itself up after cast completion and on interrupt. Impact: Minimal There should be no impact from this. In normal circumstances you would not fire an interrupt after cast completion.

Last updated