Kent Boogaart

Results 63 comments of Kent Boogaart

Actually, the second issue is more subtle. There is a CT buried away in `FableHub.Context.ConnectionAborted`, but it is only triggered if - as the name suggests - the connection itself...

Another related problem is that `Fable.SignalR.AspNetCore` depends on `Fable.Remoting.Json` 2.17 but the NuGet has `(>= 2.0.0 && < 3.0.0)`

@Shmew I am using NuGet, yes

Hi @IanManske @alfonsogarciacaro . Is there anything I can do to help get this one over the line? It's quite a pain point for us. Also, can I clarify whether...

@alfonsogarciacaro #3047 is indeed the bug I'm trying to get around. Unfortunately, we cannot drop multi-targeting as we have projects that are built on both .NET Core and .NET FX.

@alfonsogarciacaro I think that would work as a workaround, yes.

You describe the opposite behavior to what I would expect (i.e. the current behavior). The parent container would typically outlive the child, so disposing the parent when you dispose the...

@jonie: to be clear, I can't answer for the author of TinyIoC - these are just my thoughts. Your example still seems to have the correct behavior to me. By...

Yep, just burnt > 1 hour on this because my repos were private.

@escamoteur: the way to cancel TPL-based commands is discussed in the excerpt above.