Page 1 of 1

Problems when returning from background

Posted: 22 Nov 2011, 17:32
by kirsplatrick
When returning from background, I get these messages when making new requests.

INFO
[SFS - INFO]WRITE - Written directly to outStream len:-1
INFO
[SFS - INFO]Data Write: Binary Size: 76
INFO
[SFS - INFO]WRITE - Creating a new buffer
INFO
[SFS - INFO]Data Write: Binary Size: 76
INFO
[SFS - INFO]WRITE - Have a buffer with enough space, appending data to it

I never receive a response from the server it just seems to append to buffers and create new ones when it runs out of space on the previous buffer. This just continues on for every request I send until restarting the application. Is there any way to resolve this issue?

Thanks.