Home Forums Support Getting the same exception over and over even everything works Reply To: Getting the same exception over and over even everything works

#3509
Anonymous
Inactive

Heya iYalovoy,

That error message suggests that you have some packet handlers that are never finishing. As such when you call shutdown any remaining threads get forcefully aborted. If you do not catch the thread aborted exception you will see the above error message.

I recommend running your application in a debugger and after a while of run time confirm that all running threads are as expected.

Regards,
Marc