Luke Warren
Luke Warren
We're using this package with .NET 6 without issue @theranger
Thanks for the speedy reply. Do you have any alternatives you can advise? I'm trying to provide a somewhat connected experience for the user. So when the session times-out, at...
Just to add to this. Testing on mobile (Chrome on iPad), the service worker is very aggressively killed. Even if you are on the page but not using it for...
Yeah, it is unusual how quickly it is killing the service worker. Maybe an iOS thing? The app is proprietary so not sure I can share video here, unfortunately. I...
It would be fairly easy to allow the user to specify their user type as a generic argument to the hook, otherwise to fallback to `any`. In strictly typed applications,...
Any movement on this issue? We are also getting it intermittently on .NET Core 6 application
> ning, on our end we had a background service accessing Mongo too early. Are you able to elaborate on how you achieved this?
@SRoddis any ideas what is causing this issue? Happy to contribute with a fix if pointed in the right direction.
> We're doing something like this: > > ``` > using Microsoft.Extensions.Hosting; > > internal static class WaitHandleExtensions > { > public static Task WaitOneAsync(this WaitHandle waitHandle, CancellationToken ct) >...
Is there any documentation on how to do this yet?