Marios Kanakis

Results 6 comments of Marios Kanakis

I guess the easiest way up till now, is to abstract SignalR from your service and deploy it as a separate one, without the use of a gateway, since .netcore...

Hi @TomPallister Here is an example of what I have been using with my Hubs project: ```c# services.AddAuthentication(IdentityServerAuthenticationDefaults.AuthenticationScheme) .AddIdentityServerAuthentication(options => { // base-address of your identityserver options.Authority = Configuration["IdentityServer:Url"]; //...

Any updates? Best, Marios.

Thanks for the quick reply @hongzimao, As I understand you left fine-tuning and tweaking for the next to come which is completely fine. I can also see your take on...

Thanks for replying, So indeed that confirms my initial idea, glad to know! Kind regards, Marios .

@pgrm For what is worth, in my case for two different test scenarios average query duration between tracking and no-tracking is: - 1st scenario: 5.0ms vs 4.63ms - 2st scenario:...