Hi,
when I restore a MKNetworkOperation from a persisted state, the internal array errorBlocks, errorBlocksType2, responseBlocks are not reinitialised and they are nil. So no more callback can be added to this operations
I think they should be alloced again in the initWithCoder
Hi, when I restore a MKNetworkOperation from a persisted state, the internal array
errorBlocks
,errorBlocksType2
,responseBlocks
are not reinitialised and they are nil. So no more callback can be added to this operationsI think they should be alloced again in the initWithCoder