Fixes an issue where the reference to the delegate that sends unhandled exceptions to the client is garbage collected despite the client being alive. This can cause uncaught exceptions not to be reported to Raygun.
This is fixed by adding a strong reference in the client so that while the client is alive the delegate should be alive too.
Fixes an issue where the reference to the delegate that sends unhandled exceptions to the client is garbage collected despite the client being alive. This can cause uncaught exceptions not to be reported to Raygun.
This is fixed by adding a strong reference in the client so that while the client is alive the delegate should be alive too.