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.