Gijsbert ter Horst
Gijsbert ter Horst
[Bug]: Silent refresh fails using localStorage when multiple tabs trying to refresh at the same time
@FabianGosebrink I think most proposed workarounds are trying to achieve this. I tried a random `renewTimeBeforeTokenExpiresInSeconds` for example, assuming that it would sequence the refreshes, but that didn't work.
That's not an error, that's a security feature. If you cannot guarantee the client has an accurate time, many defences against replay attacks are gone. As a practical solution to...
Obviously using the server time is not an option when you use the time offset to defend against replay attacks.
Actually, when I build the Github source, it already works. This is great!
> Unfortunately, it turns out that the unexpected behavior of ResourceDictionary is required for Hot Reload to work. So we won't be modifying it, but we will update the documentation...
@Cybrosys How does that code work for you? If I try that, the dictionary now contains two identical keys, with different values: ```log > x {Microsoft.Maui.Controls.ResourceDictionary} Count: 27 IsReadOnly: false...
@Cybrosys I guess I did something wrong when first trying your extension method. It's working now.
In my case My files were already lib264 encoded, but I transcoded them just to be sure. Also the behaviour was different, as it always hung on the first frame....
I found out that I can't access the `AppThemeBinding`. How do I make a multi-binding on text colour that also adapts to theme changes? It makes no sense that MAUI...
I have this intermittently. If it happens, my solution won't build for an hour or so, and then it will start building again. There must be some caching involved, but...