-
Notifications
You must be signed in to change notification settings - Fork 115
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
EventSocket Exception on Stream Enabled "null" Value #328
Comments
|
Thanks @wooliet i found the error and should have a fix by end of day. What do you expect the client to see when the value goes |
|
I've published a pre release with this fix in it. You can install it with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zetta/lib/event_socket.js
Error: "Cannot read property 'transitions' of null"
I have a monitorable property "delay" that is typically a decrementing number. It can be set to
null
though, and when it does, the above exception occurs (while events socket is open).The text was updated successfully, but these errors were encountered: