Hi,
The connection is not cheeped, so we use IConnectionPool. it will reuse as many connections as possible.
You can replace IConnectionPool with your own implementation to create a new connection when the HostName is changed.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.RabbitMQ/Volo/Abp/RabbitMQ/ConnectionPool.cs
Hi,
Sorry, the code you provided is too simple, I can't reproduce the problem. Could you provide the full steps? thank you.
Hi,
Can you share some codes?
May I ask what Redis(windows or Linux) version are you using?
Hi,
You can inject the IIdentityUserRepository to get all users.
Hi,
Can you check this? : https://github.com/abpframework/abp/issues/5235#issuecomment-727700212
When you download the module source code, the CLI will automatically configures embedded resources: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/Steps/MakeProxyJsonFileEmbeddedStep.cs#L7
Hi,
Configuring embedded resources is necessary for static proxies.
For the ABP modules, we configure here: https://github.com/abpframework/abp/blob/dev/common.props#L27-L29
May I ask what error do you get?
Hi,
Does the document work for you? https://docs.abp.io/en/abp/latest/Modules/Docs