David Guida

Results 12 comments of David Guida

Blazor is (still) single-threaded, there's no support yet for UI-side async operations. On Tue., May 25, 2021, 5:29 a.m. CornCobs, ***@***.***> wrote: > Blazor version: Blazor Server > > I...

I missed the "Server" part in the original message, apologies. However, since the code is running on the HTML canvas, I still suspect it's not doing back/forth with the server...

hi @Bobetti , is there a particular reason why you want to use Blazor Server? All the calls to the HTML Context happen on the client-side, so I can think...

hi @knarka, thanks for reaching out. Apologies for the inconvenience, but unfortunately this is the only reliable way I've found to guarantee message discovery. And trust me, I don't like...

the Saga state can be used to store additional data. Thanks for pointing this out, I'll add another sample showing this. I also like the idea of the `SimpleSaga` class,...

hi @jeromep01, thanks for reaching out! Could you tell me which sample is failing?

hi, I need this one too. CS8002 fails on all the NuGets and we had to stop using the libs because of it. Please consider signing the assemblies.

hi, and thanks for reading! You could try injecting a service in the Background worker, acting as proxy between it and the consumers. Inside this new service, you could try...