Hi, quick question, we have updated our application to the newest Version and with that our previous Refresh() calls on our overlays became RefreshAsync().
We have not added any awaits and the map works great. I am wondering if we are doing something wrong? Should every RefreshAsync() call be awaited? What is the benefit of doing so?
Thanks!