优化服务发现

This commit is contained in:
boyce
2021-05-06 16:09:27 +08:00
parent 1007845e95
commit bbab004f65
5 changed files with 10 additions and 9 deletions

View File

@@ -233,7 +233,7 @@ func (processor *EventProcessor) EventHandler(ev IEvent) {
func (processor *EventProcessor) pushEvent(event IEvent){
if len(processor.eventChannel)>=cap(processor.eventChannel){
log.Error("event process channel is full.")
log.Error("event process channel is full,data:%+v!",event)
return
}