Hello there,
I posted my application in the app store and I have 1200 uses per day but I have a problem, I get 100-200 following errors per day from my users. What is the reason of this? I have a web service connection over soap in my application, I wonder where I make a mistake, it works and it doesn't work, it's ridiculous, isn't it?
Details:
SocketAsyncResult.CheckIfThrowDelayedException ()
Socket.EndConnect (System.IAsyncResult asyncResult)
WebConnection+<>c.b__16_1 (System.IAsyncResult asyncResult)
TaskFactory1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func
2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task
1[TResult] promise, System.Boolean requiresSynchronization)
WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken)
Yours truly.