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

Do not complete with state that competes for same resources #83

Open
josephbirkner opened this issue May 5, 2019 · 0 comments
Open
Labels
core โš™๏ธ Issues that concern the core ravestate lib/API

Comments

@josephbirkner
Copy link
Collaborator

Currently, a state ๐Ÿ…ฐ๏ธ which writes to property ๐Ÿ’™ in reaction to signal โ—๏ธmay be completed with a state ๐Ÿ…ฑ๏ธ that also writes to ๐Ÿ’™ while producing signal โ—๏ธ.

If ๐Ÿ…ฑ๏ธ has lower specificity than ๐Ÿ…ฐ๏ธ, this means that ๐Ÿ…ฐ๏ธ will not get an effect_not_caused call for โ—๏ธ, even though โ—๏ธ can not be produced by ๐Ÿ…ฑ๏ธ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core โš™๏ธ Issues that concern the core ravestate lib/API
Projects
None yet
Development

No branches or pull requests

1 participant