ing
This commit is contained in:
parent
99e3263594
commit
1248d128a1
@ -143,7 +143,7 @@ func (n *notify) rpcWriter(stopChan <-chan struct{}, writerDone chan<- error) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
err = n.nh.GetCodec().Write(n.conn, cs.Method, cs.Args, cs.ID)
|
err = n.nh.GetCodec().Write(n.conn, cs.Method, cs.Args, nil)
|
||||||
cs.Error = err
|
cs.Error = err
|
||||||
cs.Done()
|
cs.Done()
|
||||||
if nil != err {
|
if nil != err {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user