ISeeDEDPpl / Questor

Questor
http://www.thehackerwithin.com
Other
47 stars 28 forks source link

(request) when lagging out. #563

Closed Pluckyduck closed 10 years ago

Pluckyduck commented 10 years ago

when lagging out and Questor has started a new timedcommand to restart the client, can we send a close client. I recovered from a lag event today and got into a licence loop failure.

Pluckyduck commented 10 years ago

will add in suggestion as soon as i get one.

ISeeDEDPpl commented 10 years ago

Logs? It should have closed the existing eve client during the DirecteveDispose

public static void DirecteveDispose() { Logging.Log("Questor", "started calling DirectEve.Dispose()", Logging.White); Cache.Instance.DirectEve.Dispose(); //could this hang? Logging.Log("Questor", "finished calling DirectEve.Dispose()", Logging.White); Process.GetCurrentProcess().Kill(); Environment.Exit(0); }

ISeeDEDPpl commented 10 years ago

this should no loner occur. please let me know if you see anything similar.