forked from wkh237/react-native-fetch-blob
-
Notifications
You must be signed in to change notification settings - Fork 791
Open
Labels
questionFurther information is requestedFurther information is requested
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
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested