Monkey v66: asyncdataloader: already active error

Monkey Forums/Monkey Bug Reports/Monkey v66: asyncdataloader: already active error

AdamRedwoods(Posted 2012) [#1]
When i try to run an AsyncDataLoader i get the error
"Async event source is already active"

example
(New AsyncDataLoader(file, async_counter)).Start()


But when I change some code in AsyncDataLoader line 58, in the Method "Start()", I change to "Super.Start" call and it seems to work. I can also delete it, but not sure which is the correct way.


marksibly(Posted 2012) [#2]
Hi,

That looks right, but asyncdataloader shouldn't even really be in there (I forgot to remove it) which is why it isn't docced.

It'll probably go back in, but if not you can have that one!


AdamRedwoods(Posted 2012) [#3]
yikes, ok, i'll pull it out if i can't guarantee it in future monkey.


marksibly(Posted 2012) [#4]
Hi,

> yikes, ok, i'll pull it out if i can't guarantee it in future monkey.

I left it out mainly because I hadn't looked at it for while, plus I wanted to keep the V66 release from including too much (other stuff was removed too).

But I was planning on adding it back later anyway, and since not much seems to have gone dramatically wrong with v66 may as well consider it added!