You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add custom functionality to match QName based on its category that is provided by external program. Is it possible to do it with LuaRule and asynchronous processing? Or is there another way to do some async processing on the DNSQuestion and then resume rule evaluation? Even LuaAction would work for me if just resuming the DNSQuestion would proceed with rules evaluation, but it seems to not do that.
EDIT: Seems like suspend does not exist on the DNSQuestion in LuaRule. So it is not possible to use LuaRule. So it seems doing it via LuaAction and setting a tag for example would be a way to go. But I just can't figure out how to resume rule processing, if it is even possible. I see there is a way to restart a query, perhaps that would help somehow? Would I be able to restart the query and add a tag to it? Would it then go through the rules again...? EDIT2: not even restarting the query seems to re-evaluate the query rules
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add custom functionality to match QName based on its category that is provided by external program. Is it possible to do it with LuaRule and asynchronous processing? Or is there another way to do some async processing on the DNSQuestion and then resume rule evaluation? Even LuaAction would work for me if just resuming the DNSQuestion would proceed with rules evaluation, but it seems to not do that.
EDIT: Seems like suspend does not exist on the DNSQuestion in LuaRule. So it is not possible to use LuaRule. So it seems doing it via LuaAction and setting a tag for example would be a way to go. But I just can't figure out how to resume rule processing, if it is even possible. I see there is a way to restart a query, perhaps that would help somehow? Would I be able to restart the query and add a tag to it? Would it then go through the rules again...? EDIT2: not even restarting the query seems to re-evaluate the query rules
Beta Was this translation helpful? Give feedback.
All reactions