Hi there,
Firstly, I know this is way late, but inthehand is a great toolkit
. My actual question relates to pushing an OBEX object, say an image for now, from a phone to a listening PC. If I cancel the transmission before it is done my code hangs on this line,
obexListenerRequest.WriteFile(ROOTPATH + DATA_PATH + clientDeviceInfo.DeviceAddress + "\\" + filename); // store file
I was expecting it to throw an exception that I could catch and handle. Any ideas before I dig into the source code? It may be because the OBEX server is waiting for more bytes?
Thanks
Drew