You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After full completion of the lab, we ended up having an issue that I think was caused by the App-Service-Helper implementation. We were two guys on our own laptops using the same Azure instance. If one of us modified the Title field of one speaker, we could see the update in the table in Azure. However, the second guy would not see the update in its own emulator. Even after refreshing, closing the app, etc. It seems that there is a problem with getting the latest changes from Azure if using the call ITableDataStore.GetItemsAsync.
Have you seen that before? Is this a bug?
Cheers
The text was updated successfully, but these errors were encountered:
Hi,
I have used the App-Service-Helper for a hand-on lab with the Xamarin team. We have used the code here: https://github.com/histechup/xamarindevdayslab
After full completion of the lab, we ended up having an issue that I think was caused by the App-Service-Helper implementation. We were two guys on our own laptops using the same Azure instance. If one of us modified the Title field of one speaker, we could see the update in the table in Azure. However, the second guy would not see the update in its own emulator. Even after refreshing, closing the app, etc. It seems that there is a problem with getting the latest changes from Azure if using the call ITableDataStore.GetItemsAsync.
Have you seen that before? Is this a bug?
Cheers
The text was updated successfully, but these errors were encountered: