I'm hoping someone can help me with my plugin and an error i'm getting in threader/Asyncore within EG.
Code: Select all
08:22:47 Exception in thread AsyncoreThread:
08:22:47 Traceback (most recent call last):
08:22:47 File "threading.pyc", line 532, in __bootstrap_inner
08:22:47 File "threading.pyc", line 484, in run
08:22:47 File "asyncore.pyc", line 202, in loop
08:22:47 File "asyncore.pyc", line 132, in poll
08:22:47 error: (10038, 'An operation was attempted on something that is not a socket')
08:22:47 Everytime i create a new asyncore socket instance I call eg.RestartAsyncore() to make sure it's handled in the same loop.
Can anyone tell me what might going on or what I should look for?
Thanks in advance!