-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
TableView doesn't reload when I *replace* its Resource #248
Comments
@wildthink
Or
|
@wildthink I'm sorry, I misunderstood your question. A tableview doesn't reload unless |
Right but shouldn't the statusOverlay be observing the resource? There seems to be a problem/issue with it getting the notification after the resource is changed. |
Calling Is this with the very latest Siesta release? Could you point at It would be helpful if you could either (1) include a minimal test project that exhibits the issue, or (2) include detailed log output tracking all the observers and events. With the new logging API improvements on master, you can do the latter with:
|
Everything works great until I create a new Service (with the same URL) and recreate the wrapping AppAPI (as per your example).
As per the stack overflow I have insured my tableView delegate and dataSource are properly set.
The following resource gets reassigned but the statusOverlay continues to spin and the I don't find any evidence that anything is reloaded.
The text was updated successfully, but these errors were encountered: