-
Notifications
You must be signed in to change notification settings - Fork 25
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
Updates to Entity values are not persisted #39
Comments
I don't think it has anything to do with the way logging is called. That's just the odd way exceptions bubble up in JS with try catch. I think... I could be wrong. Do you have any thoughts on this @bamarco? |
Does anyone happen to remember the last time this working on any DatSys branch/release? |
Somewhere in the call stack a nil gets added to the server-event giving it a length of 3 and so failing the validation. |
@metasoarous This seems like it might be somewhere in the datview code that is confused about sente events vs datsync events, maybe? |
@fatbatman - good find! Thanks for tracking that down! The situation is that I needed to send transaction metadata at some point, and so I added a third entry to the vector. I had it working at some point, but something else must have changed that made that break. I wasn't totally satisfied with the hack I baked in anyway though. It might be better to use a separate event name in that case, something like @bamarco - It's possible that's why this started breaking. |
After doing a git clone
lein repl
(run)
The Todo list shows but updates to entities fail with;
The text was updated successfully, but these errors were encountered: