Hi, we’ve tested this in the sample project and it’s working as expected. However, in our main project, we don’t have a HandleSelector configured, and setting it up might be difficult due to the number of events and the fact that our event handlers are in a separate project. The handlers also persist data to both Entity Framework and MongoDB. Is there an alternative way to test this setup without configuring HandleSelector?
Also, we’re wondering about error handling:
Hi,
Processed is getting set to true for us every time, it is not even invoking the handler. https://streamable.com/4wmglj
Hi, I have sent you the debug logs. Can you please check?
Hi, We have events coming from different microservices. So, if the events are not received in the correct order, it throws foreign key exception when inserting to db. await _repository.InsertAsync(appLicence);
Hi,
Please find below the event handler code. _repository stores data to SQL Server Db. _eventHistoryRepository stores data to mongo db.
Hi, We don't have access to Azure Application gateway logs, it's in client environment, we are not getting any logs in blazor server application, it's not even reaching blazor server application.
How is this handled in abp generated projects? Is it better to issue reference token or store the token in cache? We also have the issue of menu items getting cleared when token expires when the application is idle for some time and user returns.
I really appreciate your swift reply! Is there a scheduled timeline for its release?