This commit is contained in:
crusader 2017-11-23 18:22:27 +09:00
parent 99e3263594
commit 1248d128a1

View File

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