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
PubNub SDK is crashing the app SessionListener.emitRequest(_:didComplete:with:), it seems like the object is deallocated before its accessed causing the crash, it could be either request or task or error object that's already deallocated and accessed inside the async { }.
PubNub SDK version: 6.0.5
PubNub SDK is crashing the app
SessionListener.emitRequest(_:didComplete:with:)
, it seems like the object is deallocated before its accessed causing the crash, it could be either request or task or error object that's already deallocated and accessed inside theasync { }
.here are the crash logs,
The text was updated successfully, but these errors were encountered: