Guys, regardless whether it should be queued or not, to be backward compatible with the working condition: if (!OperationQueueEnabled()) it fix should be: if ( initialized || !isConnectedToSession() )
Why it is not solved yet?