This commit is contained in:
crusader 2018-04-19 23:21:19 +09:00
parent fa14976526
commit 043159202a

View File

@ -96,6 +96,7 @@ func (s *RPCServlets) handleRPCWrite(stopChan <-chan struct{}, writeChan chan<-
buf, err = s.RPCServerCodec.NewNotification(noti.Method, noti.Params) buf, err = s.RPCServerCodec.NewNotification(noti.Method, noti.Params)
if nil != err { if nil != err {
logging.Logger().Error(err) logging.Logger().Error(err)
break
} }
writeChan <- buf writeChan <- buf