Hello All,
The situation on my side is very interesting:
1) I have a backend ping service which follows for server
availability and receives information about new version of the
software, etc. etc. usually the transfered information here is just
some bytes.
2) Regular service which on user interaction transfers about 1-2kb
per user click back and forth and just this service fails to connect
to the server.
1) is working while 2) fails with this exception. Which is
interesting for me but let's continue. I tried to make a workaround of
the problem starting a timer which if 2) fails to connect to server
tries again and again and as a result I never succeed. It is
interesting that I have to reload the application to continue, is
there any workaround of this issue without application reload ? Can
somebody recommend another techniques for this problem, for example it
is interesting for me how GMail copes with the situation when there is
no connection and later restored ?
Best Regards,
Pavel Tonev
> > > settings of 1min beforetimeoutthis is unlikely.
>
> > > Hope this helps,
> > > Steve
>
> > > On Jan 4, 10:51 pm, rakesh wagh <
rake...@gmail.com> wrote:
>
> > > > Please provide more details on what you are doing. Are you getting
> > > > this error on client or server? How much time does your request waits?
> > > > Is it because of long executing methods? The error message clearly
> > > > reads that it is a timeoutexception. My guess is some operation on
> > > > server is taking more time than yourtimeout values set.