서버로 단기간에 초당 20건이상 많은 요청을 보내자마자 앱을 바로 종료 후
재접속시
SendQueue.StartSendQueue(true, ExceptionHandler);
의
ExceptionHandler 콜백에서
System.Threading.ThreadAbortException: Thread was being aborted.
오류가 발생합니다
해당 오류는 뒤끝 서버의(타임아웃등) 문제인가요?
아래는 실제 로그입니다
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle waitableSafeHandle, System.UInt32 millisecondsTimeout, System.Boolean hasThreadAffinity, System.Boolean exitContext) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle waitableSafeHandle, System.Int64 millisecondsTimeout, System.Boolean hasThreadAffinity, System.Boolean exitContext) [0x00000] in <00000000000000000000000000000000>:0
at BackEnd.SendQueue.k4UDwmwwy1 () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.Execute () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000<\M-b\M^@\M-&>