Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "rickfrankel"

Hi @ismcagdas,

Any update on this one?

Thanks Rick

Hi @ismcagdas,

I also can't see where any of that code in the Abp.ZeroCore library is called either. Even when searching the aspnet-zero-core repo either.

I may be missing something here

This is an upgraded project. However I already reviewed that PR and that code is in Abp.ZeroCore which I'm already running v 7.3.0 on.

I also looked over that code and don't believe that it is relevant to the issue I'm seeing. I also compared my upgraded code to a freshly downloaded project and can't see any differences that could be causing the issue in the TokenAuthController or within XXXAsyncJwtSecurityTokenHandler.

Unless there is somewhere else I should be looking.

The solution is coming here.
I use this solution currently.

https://support.aspnetzero.com/QA/Questions/11027/Azure-Signalr-Service-issue-with-Azure-App-Service-when-the-App-service-is-scaled-out#answer-b7792b56-a93d-8ac9-099a-3a033b15dc28

However it causes issues as the Azure Table doesn't get cleaned out and eventually the queries timeout, unless you periodically clear the table.

I can see that the team have now implemented their own supported Redis version https://github.com/aspnetboilerplate/aspnetboilerplate/commit/b58d50ad5796da2cf1bf060fe791d33652700ba9

Looks to hopefully come out in the next version.

For anyone who gets here. Don't follow the links above. Note that a proper solution has been done using Redis.

https://github.com/aspnetboilerplate/aspnetboilerplate/commit/b58d50ad5796da2cf1bf060fe791d33652700ba9

Doesn't look like its in the ABP 7.3 thats the current release I can see, but hoping it will be very shortly in the next one.

Ok. I think I've narrowed it down a bit.

The issue appears to come from me implementing this solution. https://support.aspnetzero.com/QA/Questions/11027/Azure-Signalr-Service-issue-with-Azure-App-Service-when-the-App-service-is-scaled-out#answer-b7792b56-a93d-8ac9-099a-3a033b15dc28

I had many thousands or rows in the online client cache which I believe is the cause of the issue. It wasn't optimal in trying to find out who was connected and must have been timing out.

As a temporary solution clearing that table and letting all clients repopulate has worked. Clearly this table is not removing entries when they are disconnected.

Will look into a better solution going forward.

Is there any official solution to this from AspNetZero on the OnlineClientCache and making it work in a load balanced environment.

Thanks

Ahh sorry it's my bad kinda.

I've upgraded ngx-spinner to "ngx-spinner": "^13.1.1",

As a result you need to include the css class in the angular.json for the animation to work. Looks like in the included package of version 12 this was automatic in some way.

More for anyone else's reference and for when you update the ngx-spinner dependency in the base package.

Thanks Rick

@justinidsza. it's a know issue and fixed in 11.3

@ismcagdas

Can you advise when 11.3 won't be an RC any more?

After much searching. https://github.com/aspnetzero/aspnet-zero-core/issues/4444

Need to upgrade to the new version :) 11.3

Thanks

Showing 31 to 40 of 87 entries