Hi there,
I have a problem while opening mail.
Both functions
MailFrame.Instance.GetMailAttachments();
and
MailFrame.Instance.OpenAllMail();
are sometimes stopping to work. The process is haning inside this functions and I have to stop the bot manually.
When I abort the process the following stack trace appears:
[09:26:22:510] System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout)
at System.Threading.Thread.Sleep(Int32 millisecondsTimeout)
at Styx.Logic.Inventory.Frames.MailBox.MailFrame.GetMailAttachments(Int32 mailIndex)
Anyone has a solution for this?
I have a problem while opening mail.
Both functions
MailFrame.Instance.GetMailAttachments();
and
MailFrame.Instance.OpenAllMail();
are sometimes stopping to work. The process is haning inside this functions and I have to stop the bot manually.
When I abort the process the following stack trace appears:
[09:26:22:510] System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout)
at System.Threading.Thread.Sleep(Int32 millisecondsTimeout)
at Styx.Logic.Inventory.Frames.MailBox.MailFrame.GetMailAttachments(Int32 mailIndex)
Anyone has a solution for this?