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

prevent multiple scripts from accessing the same panel #33

Open
neuromusic opened this issue Mar 26, 2014 · 0 comments
Open

prevent multiple scripts from accessing the same panel #33

neuromusic opened this issue Mar 26, 2014 · 0 comments
Labels

Comments

@neuromusic
Copy link
Member

It is possible for multiple scripts to load the same panel.

In order to prevent a script from erroneously accessing a panel which is already in use by another behavior script, we should implement a file lock on panels so that only one instance of a panel can be loaded at a time.

Something simple like this ought to do it: http://amix.dk/blog/post/19531

@siriuslee siriuslee mentioned this issue Dec 17, 2015
@neuromusic neuromusic added the bug label Jan 22, 2016
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