Hello,
I'm trying to track down a sporadic issue that occurs when access to an internet connection is sporadic, or maybe when there's a Wifi Network but it requires a security login? In trying to reproduce this error, I am leaving my router on but turning off the cable modem to see if that will cause the problem.
[DBClientsManager authorizedClient] is non-nil, I guess because it remembers that the user was already logged in. Then it tries this call: [[[DBClientsManager authorizedClient].usersRoutes getCurrentAccount] setResponseBlock:^(DBUSERSFullAccount *account, DBNilObject *_, DBRequestError *error).
I've got a debugger breakpoint set inside the response block, and when there's no connection to the internet, this function just doesn't ever seem to return at all. Is that expected? Shouldn't I get an error in the response block? If I reconnect the modem then the function finally does enter the response block.
Thanks
Bob