views:

308

answers:

0

I am using the Reachability code and also doing a server login. What I am finding is that the reachability is responding with a negative, even though I have already logged into the server, and then reachability returns positive.

2010-03-04 18:39:36.088 FLinkerDebug[18472:207] reply from server: 3/4/2010 6:40:21 PM15bcc06c-2c20-43cb-ab8f-2945962140cb 2010-03-04 18:39:36.094 FLinkerDebug[18472:207] HTTP Status code: 200 2010-03-04 18:39:36.268 FLinkerDebug[18472:207] Network reachable? 2010-03-04 18:39:36.272 FLinkerDebug[18472:207] Error, no network available. 2010-03-04 18:39:36.547 FLinkerDebug[18472:207] reachability callback 2010-03-04 18:39:36.554 FLinkerDebug[18472:207] Reachability Flag Status: -R ------- networkStatusForFlags 2010-03-04 18:39:36.562 FLinkerDebug[18472:207] Network available WiFi

Am I doing something wrong here with the reachability code? Or would I be better just to remove it as I am doing server communications anyway?