-
Notifications
You must be signed in to change notification settings - Fork 3
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
Index does not exist in _nackHandler #22
Comments
Can you please try https://github.com/electricimp/messagemanager, which is the a major update to the Bullwinke library. It has a lot of issues resolved and is a significant improvement over it's predecessor. Please let us know if there is anything that prevents you from moving to the MessageManager. Thanks! |
Sure thing. Right now we just have Bullwinkle in existing projects but we will start moving to MessageManager. |
@ppetrosh, we will move over to MessageManager in due course but in the meantime, we should maintain Bullwinkle for the many users that are out there still. It's worth fixing it. |
@blindman2k I completely agree. We will take care of it. |
Tested this some more and gave it another look. The code we are talking here about is:
So it should be accessible without any additional binding, which was an idea behind introducing this local variable. And so it works perfectly fine. My test case is: Agent:
Device:
What specific error do you see? Can you please provide your test case? |
In the function
_nackHandler
there is a timer variable using imp.wakeup() which is missing abindenv(this)
. The variable _packages is not accessible because of this.The text was updated successfully, but these errors were encountered: