Open
Description
I'm having some trouble with the part response in ios, basically I'm updating an image component with the part data adding the code in the state and using it as the image source uri, it was working fine but now I'm having a "error for object 0x7fff4725a000: double free" in a breakpoint at
if(self.isServerPush)
{
[partBuffer appendData:data];
return ;
}
any idea on how to solve?
thanks