mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-19 22:28:45 +05:00
Reply on *rpc exporter
This commit is contained in:
committed by
Dan Christian Bogos
parent
c2f9e0ae3f
commit
942985b496
@@ -73,7 +73,8 @@ func (e *RPCee) Connect() (err error) {
|
||||
func (e *RPCee) ExportEvent(ctx *context.Context, args interface{}, _ string) (err error) {
|
||||
e.Lock()
|
||||
defer e.Unlock()
|
||||
return e.conn.Call(ctx, e.serviceMethod, args, nil)
|
||||
var rply interface{}
|
||||
return e.conn.Call(ctx, e.serviceMethod, args, &rply)
|
||||
}
|
||||
|
||||
func (e *RPCee) Close() (err error) {
|
||||
|
||||
Reference in New Issue
Block a user