Activities of "roberto.fiocchi"

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

this topic is only for feature requests. we don't iterate a conversation here to keep this list clean and neat. could you please ask your request via email or within another question.

Hi Alper, this is a feature request, see my post https://abp.io/qa/questions/3052/3a112b63-44ce-975c-4a5d-4e1eebde98cd (11 months ago) I also already sent an email to info@volosoft.com

Feature Request: Implement the real-time notification system

This feature request was marked on your roadmap more than a year ago.

Thanks

11 months ago
https://abp.io/qa/questions/3052/3a112b63-44ce-975c-4a5d-4e1eebde98cd

Using Blazor Wasm:
Implement the real-time notification system already present in AspNetZero

P.S: We are having difficulties moving from AspNetZero to Abp framework with all of these features missing


When will this feature be implemented?
https://docs.aspnetzero.com/aspnet-core-mvc/latest/Features-Mvc-Core-Notifications

It has been on the roadmap (https://abp.io/docs/latest/release-info/road-map#application-modules-ui-themes) for months and for us it has become important and urgent.

We waited thinking it was in development, but we've had no feedback on whether it actually was or not and when it would be ready.
We won't make another custom implementation to be thrown away.

Can you provide me with some information about it?

Thanks

Hi @Alper, do you have any news about this?

I also received the news of the end of support for AspNetBoilerPlate https://aspnetboilerplate.com/endofsupport

We would like to migrate our project from AspNetZero to Abp.Commercial, but the lack of this service (https://aspnetboilerplate.com/Pages/Documents/Notification-System#user-notification-manager) is a problem for us because the solution is monolithic and we do not want to migrate to microservices or use Distributed Event Bus logics

Can you tell me if the service is planned to be ported since it is always indicated in the roadmap?

Thanks, Roberto

Can someone from Volosoft answer my question or do I need to open a separate ticket?

Thanks

I ask you to update the documentation by adding this clarification and an example how to avoid the problem.

Thanks

Showing 41 to 50 of 169 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41