mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Disabled Apier through dispatcher until we figured out a better sollution for gob
This commit is contained in:
committed by
Dan Christian Bogos
parent
e1d92f4f6d
commit
e5ed5aea4e
@@ -1202,7 +1202,9 @@ func startDispatcherService(internalDispatcherSChan, internalAttributeSChan chan
|
||||
return
|
||||
}()
|
||||
|
||||
server.SetDispatched()
|
||||
// for the moment we dispable Apier through dispatcher
|
||||
// until we figured out a better sollution in case of gob server
|
||||
// server.SetDispatched()
|
||||
|
||||
server.RpcRegister(v1.NewDispatcherSv1(dspS))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user