Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a _rids parameter to the sky event URL can cause double fire. #65

Open
windley opened this issue Apr 15, 2014 · 0 comments
Open
Assignees
Labels

Comments

@windley
Copy link
Member

windley commented Apr 15, 2014

If a RS is installed as .dev (via KDK) and then a _rids is used in the Sky Event ESL, you get a double fire.

Consider this ruleset:

ruleset test {
meta {
name "Test"
description <<
Test
>>
author ""
}
dispatch {
}
global {

}

rule test {
select when test raiser
pre {

}
send_directive("test") with raiser = "raiser";
always {
  raise explicit event 'listener';
}

}

rule listener {
select when explicit listener
pre {

}
send_directive("test") with listener = "listener";

}

}

and this ESL:

https://kibdev.kobj.net/sky/event/931D8D36-BEC9-11E3-B492-8C2563A358EB/?_domain=test&_name=raiser&_rids=b505205x11

with the RS registered as b505205x11 and installed.

@windley windley added the bug label Apr 15, 2014
@windley windley self-assigned this Apr 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant