Closed GoogleCodeExporter closed 9 years ago
Thanks for the detailed description.
Looking at the code, I admit, the issue may happen.
Perhaps, this is not so critical, because usually client stack is initialized
once on
application start-up, and only after certain amount of time application starts
processing calls.
Anyway, the issue MUST be fixed and I think on_ready event should be raised a
bit
later, when client stack is fully initialized and indeed ready.
Original comment by achalo...@gmail.com
on 20 Oct 2009 at 8:21
Thank you, Arsen!
I understand that this issue is not critical in 95% of the applications,
however it
was quite critical for me. My mrcp client was not able to start in 95% of my
attempts because of this problem.
Original comment by aabaz...@gmail.com
on 20 Oct 2009 at 8:48
I've had a closer look at the issue today.
Your temporary workaround indeed should work without an issue.
However from conceptual viewpoint, apt tasks should be able to raise
start-complete
event, when they are indeed fully initialized and ready.
So I enhanced apt task a bit to achieve this goal.
Your issue should be fixed in r1208. Give it a try.
Original comment by achalo...@gmail.com
on 21 Oct 2009 at 4:39
Thank you Arsen!
I've just checked the fix - everything works!
Original comment by aabaz...@gmail.com
on 22 Oct 2009 at 5:29
Original comment by achalo...@gmail.com
on 9 Jan 2010 at 6:46
Original issue reported on code.google.com by
aabaz...@gmail.com
on 20 Oct 2009 at 6:48