You can use the simplest method, as long as the problem can be reproduced. It should have nothing to do with rabbitmq
hi
We fixed this in 8.0
See: https://support.abp.io/QA/Questions/6386#answer-3a0f9d72-bce0-0147-29a4-53f95472d021 https://github.com/abpframework/abp/issues/18545
Your ticket has been refunded.
hi
event is received from another running app.
Memory cache cannot cross app. That is, process A cannot read and write the memory cache in process B.
hi
System.ArgumentException: "Integrated Security' is an invalid connection string attribute.'
You should check your connection string.
hi
I think you can reproduce the above problems in a new startup project in a few minutes.
Can you do that? In this way, I can confirm the problem immediately.
hi
We will check this. Your question credits have been refunded.
hi
The framework will register all IDistributedCache as Singleton. You dont need to register it again.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Caching/Volo/Abp/Caching/AbpCachingModule.cs#L25-L26
Memory cache cannot cross project/application process. Multiple projects should consider using a distributed cache (Redis).
I can't determine the problem from the information you provided. It would be better to have a simple project to reproduce the problem.
Thanks.
hi
Please check the Windows Event Viewer.
I think this is still because the IIS is recycled.
hi
https://learn.microsoft.com/en-us/answers/questions/916124/why-does-build-stop-application-pool-(net-core-6-0