Daniel Biehl
Daniel Biehl
does this happen everytime or only sometimes? at the moment we have a bug/deadlock in robotcode, that is hard to reproduce. I try to find some hints to fix it.
Can you try the latest version about from robotcode and give me feedback if you issue is allready open?
do you have any news for me or can I close this issue?
that's fine. Then I can close this issue.
can you give me an example in robotframe? what exactly should highlighted different?
I have written extra code for the handling of keywords that can execute keywords, but this requires that it is already known which keyword is the executing keyword, i.e. whether...
comment from roadmap talk: Maybe we should not say priority, I think it would be better to precedence. "precedence" is more formal and less common than "priority". There is a...
Cannot reproduce this. Can you perhaps add a short example code?
ok, after some investigation I find out that the implementation of calling async keywords in RF does not work if there is already a running event loop. see [here](https://github.com/robotframework/robotframework/blob/fb099c9bda38c34cfd71aa186cd555983c096e14/src/robot/running/context.py#L49) I...
@pkomarov I don't know the pyshark library, but your keyword implementation has no `async` maybe this is an error in the pyshark library. Or does this happen if you add...