When one device is receiving the file in the below delegate
func transport(transport: UDTransport, link: UDLink, didReceiveFrame data: NSData)
{
}
The iPhone screen freezes and one can not move to any other screen. Is there any way that file could be received in background queue or in any other separate thread so that screen does not freeze
When one device is receiving the file in the below delegate func transport(transport: UDTransport, link: UDLink, didReceiveFrame data: NSData) { }
The iPhone screen freezes and one can not move to any other screen. Is there any way that file could be received in background queue or in any other separate thread so that screen does not freeze
Thanks