`NewRelicWait()` infinite loop
Closed this issue · 2 comments
timalacey commented
There is no way to exit this loop and finish running NewRelicWait()
.
Reaching the end of main()
is the only way to safely exit a Brightscript application without a crash being reported.
timalacey commented
if nrProcessMessage(msg) = false
'handle message manually
res = foo(msg)
if res = false then return
end if
or something similar should suffice