Activities of "roberto.fiocchi"

ok, thanks for the links. Now I will study and try to put them into practice

hi roberto.fiocchi

The affected versions are 9.0.7 and 9.1.0, other versions don't have any issues.
The issue is now resolved, and here's the quick fix: https://abp.io/support/questions/8990/unregistered-version-of-Eziriz%27s-NET-Reactor#answer-3a18ca49-409a-d43e-0df5-8df4b150c93d

Once released, my application will not be modified or updated. Can you confirm that offline everything will work even after years and that there are no licenses or anything that will block my application?

Thanks

hi

A component in our compiled code is reaching out to a server live to determine if it is allowed to run

It's offline, and we use the Eziriz encryption DLL. Eziriz allows unregistered use for a month. These two NuGet packages aren't registered, but Eziriz only throws an error after a month.

A license code embedded in our dependencies has an expiration date that we do not know about

The ABP license check is performed only at the application startup, not during runtime or at any other time. It also supports offline usage.

I don't understand, I'm developing a solution with ABP that I will have to release on a customer's on-premise server and this will not have access to the Internet because it processes highly confidential business data and therefore the customer has chosen maximum security. Are you telling me that my application will stop working after 1 month?

It would be nice to have an answer and not wait more days. If necessary, I open a new ticket.

Hi @enisn, I can't find the information requested. Can you send me links to the documentation?

Thanks!

Ok, to do it myself I would need links to documentation for these two points.

  • Set the correct url based on the environment in Abp solution
  • Set AccessTokenProvider in Abp solution

Can you give me the links?

Thanks

I need a real working example.

I don't know how to implement those two highlighted points in the correct way

Thanks

I try to create a solution and implement this code, but what should I put to set the correct url based on the environment?

// Build the hub URL
var hubUrl = "***https://localhost:44343***".TrimEnd('/') + "/signalr-hubs/notification";

And to handle the token correctly, do I just uncomment the "options.AccessTokenProvider" line?

_hubConnection = new HubConnectionBuilder()
                .WithUrl(hubUrl, options =>
                {
                    // Add token if needed
                    // options.AccessTokenProvider = () => Task.FromResult(_tokenProvider.GetAccessToken());
                })
                .WithAutomaticReconnect()
                .Build();

Thanks

Thanks for reply, if it was simple I would have already implemented it myself and I would not have opened the ticket nor insisted on requesting it as a feature request :-) It's an application logic that many web portals need, I hope it will be planned as soon as possible. It would be nice if the roadmap also included features for web applications and not just for microservices.

Initially I would like to make something like this https://abp.io/support/questions/7286/How-to-add-notification-UI-in-angular-with-bell-icon-and-count and then extend it as a more complete service.

In ABP documentation I found only these two documents https://abp.io/docs/latest/framework/ui/blazor/toolbars?#example-add-a-notification-icon

https://abp.io/community/articles/realtime-notifications-via-signalr-in-abp-project-tsp2uqd3

Can you provide me with a working example as ABP module (ABP version 8.3.2, Blazor WASM, EFCore) ?

Thanks

Having received no response to the posts and emails sent, I open a dedicated ticket. See my post https://abp.io/qa/questions/3052/3a18165e-11ab-1b69-892b-659fe71558de

Using Blazor Wasm (abp 8.3.2) I need to implement the real-time notification system already present in AspNetZero

I already read https://abp.io/docs/latest/framework/real-time/signalr, but it is not specific to Blazor WASM I already read https://learn.microsoft.com/en-us/aspnet/core/blazor/tutorials/signalr-blazor?view=aspnetcore-8.0&tabs=visual-studio and I tried to implement it but I have problems both with the Hub management and with the use of reusable Blazor components inside the Lepton-x toolbar (https://abp.io/support/questions/8800/Double-Initialization-of-Custom-Toolbar-Component)

Can you give me some information on when this feature will be available? Or can you guide me step by step to implement this service?

Thanks Roberto

Showing 1 to 10 of 147 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 25, 2025, 11:10