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

Activities of "aaron"

Does onlineClient.ConnectionId have a valid value?

What's the "page re-load and losing SignalR notifications" issue?

Should i do an extra coding on the client side to remove the timezone values?

Yes. If the client is sending the wrong values, then how would the server know?

Please share the full stack trace.

  • Use signalR's group feature and assign each tenant an unique group name

👍

You can implement a custom ITenantResolveContributor.

See: https://aspnetboilerplate.com/Pages/Documents/Multi-Tenancy#determining-current-tenant

// using Abp.Localization;
// using Abp.Localization.Sources;

var localizedString = LocalizationHelper.GetSource(sourceName).GetString(name, args);

Duplicate of #4911

Duplicate of #1901.

Also, see https://aspnetboilerplate.com/Pages/Documents/Data-Filters#disable-filters.

Showing 421 to 430 of 1543 entries