Kiniaru / mobile-rss-reader

mobile-rss-reader
0 stars 0 forks source link

Connections blocked went updating feed in a rush network #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use it in a bad network;
2. select from the menu to update one or all feeds
3. programme blocks when updating some andom feed. I can use the menu to
select other items.but none of which would work.

What is the expected output? What do you see instead?
It was supposted to return the new feed content, or a timeout prompt.
but went it blocks, no prompt would display.

What version of the product are you using? On what operating system?
1.11-1.

Please provide any additional information below.

I am running it on my psp in a wifi network.

Original issue reported on code.google.com by gnap...@gmail.com on 25 Aug 2008 at 9:03

GoogleCodeExporter commented 8 years ago
Hi. Thanks for taking the time to submit this problem.  When you say that you 
have a 
bad network, I assume that this is why you say that you would sometimes expect 
a 
timeout or a successful completion.  Does the RSS Reader sometimes retrieve the 
data, or does it always hang?  Also, it appears that you are not using the 
latest 
version which is 1.11.1. Also, I belive that you should be able to to use the 
MIDP-
2.0 version (prefixed with midp20_). I've seen a problem before with phones 
that 
have problems accessing the network hang with the RSS Reader and Opera Mini.  
The 
only alternative would be to use a separate thread to read the network and give 
an 
error after a specific period of time.  Currently, this is not the case as the 
thread that tries to access the internet is also the one that processes most of 
the 
other requests.  Thus, the result as you have seen is if the network access 
hangs, 
it is not possible to do anything.  If a timeout had occured, it would stay on 
the 
loading form and give a parsing error.  Then, you could select diagnostics to 
see 
the actual error.  If you are interested, the easiest thing for me would be 
make a 
development release that would do it in separate thread.  First, I would 
suggest 
trying another J2ME application which accesses the internet to see if it is 
able to 
access the internet (e.g. opermini at opermini.com).  Then, if it does not have 
problems with internet access, upgrade to the latest RSS Reader.  Try RSS 
Reader and 
wait a few minutes to see if it does timeout.

Regards,

Irving

Original comment by ibunto...@gmail.com on 25 Aug 2008 at 11:10

GoogleCodeExporter commented 8 years ago
I have started making a change for network access to run in the background.  
Some of 
the fix will be in RC2.

Original comment by ibunto...@gmail.com on 2 Apr 2009 at 9:05

GoogleCodeExporter commented 8 years ago
Some of this will be in 1.11.4

Original comment by ibunto...@gmail.com on 10 Dec 2009 at 2:56

GoogleCodeExporter commented 8 years ago
I released 1.11.4 RC1 which has a partial fix.  For updating a single feed or 
opening a single feed or importing a feed, you can go back to the previous 
screen if 
the network hangs(or another reason).  The bug still exists for update all.

Original comment by ibunto...@gmail.com on 10 Mar 2010 at 1:38