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
App synchronously deletes the account WPAccount and it calls [_wordPressComRestApi invalidateAndCancelTasks]; in prepareForDeletion
(next run of the run loop) WordPressKit reaches the closure of Task { @MainActor in func POST. It tries to create a task on an invalidated session
@objc@discardableResultopenfunc POST(_ URLString:String,
parameters:[String:AnyObject]?,
success:@escapingSuccessResponseBlock,
failure:@escapingFailureReponseBlock)->Progress?{
Task {@MainActor in
// URLSessionTask is created here, asynchronously
Steps
Observed State
The text was updated successfully, but these errors were encountered: