Shikhar13 / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

BlackBerryImplementation.cleanup() does not handle io streams. #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Some code, such as ConnectionRequest, are calling impl.cleanup() on in/output 
streams.  In the case of ConnectionRequest, an EOFException is thrown once the 
connection times out (about 30secs later).

Original issue reported on code.google.com by 1815...@coolman.ca on 17 Jun 2012 at 3:55

GoogleCodeExporter commented 9 years ago
It does. There is a call to super at the end of the method where IO streams are 
closed.

Original comment by shai.almog on 17 Jun 2012 at 5:51

GoogleCodeExporter commented 9 years ago
Oops, sorry, missed that.  Will dig a little deeper to see why the EOFException 
is occurring on the BB.  It's a strange one, occurs about 30 seconds after the 
initial connection is opened in the MultipartRequest.

Original comment by 1815...@coolman.ca on 17 Jun 2012 at 6:17