After a recent update we've been getting some major issues with networking on iOS in our Codename One app.
Everything works for a short time and then network requests start failing with the error;
"The network connection was lost."
It seems like it may be realated to the issue described here;
Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost."
I attempted to add the "Connection : close" header to the apps network requests but it seemed to have no effect.