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
|
||||
}
|
||||
|
||||
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.Done()
|
||||
if nil != err {
|
||||
|
|
Loading…
Reference in New Issue
Block a user