mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
Implement ConnManager service
Use it to register internal rpc conns instead of ServManager DispatcherS now waits for AttributeS to start (only when enabled)
This commit is contained in:
committed by
Dan Christian Bogos
parent
bf3d9a3281
commit
e7152dacf8
@@ -993,6 +993,7 @@ const (
|
||||
GuardianS = "GuardianS"
|
||||
ServiceManagerS = "ServiceManager"
|
||||
CommonListenerS = "CommonListenerS"
|
||||
ConnManager = "ConnManager"
|
||||
)
|
||||
|
||||
// Lower service names
|
||||
|
||||
Reference in New Issue
Block a user