Isaac Green
Results
2
comments of
Isaac Green
@SteveyO I have been debugging this, and I think it occurs when we call `registerSDKListener()` on the `NotificationManager` from our app on the main thread while the `onError` callbacks are...
We were accidentally registering the listener way more than we should have been, which is how I noticed where this error came from. That has been fixed on our end....