Disabled Apier through dispatcher until we figured out a better sollution for gob

This commit is contained in:
TeoV
2019-05-17 11:13:12 +03:00
committed by Dan Christian Bogos
parent e1d92f4f6d
commit e5ed5aea4e

View File

@@ -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))