You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to happen after leaving app open for an extended period (eg in simulator, but I have seen it on device too) and observer is set to null when it tries to call observer.error
Think it might be this line, but I noticed there's no null check on any of the observer.error calls
Seems to happen after leaving app open for an extended period (eg in simulator, but I have seen it on device too) and observer is set to null when it tries to call observer.error
Think it might be this line, but I noticed there's no null check on any of the observer.error calls
aws-mobile-appsync-sdk-js/packages/aws-appsync-subscription-link/src/realtime-subscription-handshake-link.ts
Line 722 in f5c6e1a
Can I open a PR and add null checks for the observer.error calls?
The text was updated successfully, but these errors were encountered: