Eventtransmitterpiggybacker.onfailure(eventtransmitterpiggybacker.java:68) When Trying To Invoke Any Worklight Adapter Android
Hey i'm creating android app which using worklight native api but i'm getting this Exception when there is connection error and i don't know how to handle it at com.worklight.l
Solution 1:
I have found that this exception is a timeout exception so i solved this issue by increasing the timeout
WLRequestOptionsoptions=newWLRequestOptions();
options.setTimeout(60000);
i know this is not the solution which will solve the exception permanently but at least it never happens again
Post a Comment for "Eventtransmitterpiggybacker.onfailure(eventtransmitterpiggybacker.java:68) When Trying To Invoke Any Worklight Adapter Android"