Skip to content

Commit 4fd11fc

Browse files
committed
update
1 parent e5c9afb commit 4fd11fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rpc/server.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,8 @@ func (r *RPC) handleSysEvent() {
374374
for ch := range topicInfo.subChan {
375375
select {
376376
case <-ticker.C:
377-
log.Error("handleSysEvent", "ticketimeout", rmsg.GetData().(*types.PushData).GetName())
377+
log.Error("handleSysEvent", "ticker timeout", rmsg.GetData().(*types.PushData).GetName())
378378
case ch <- rmsg:
379-
//log.Info("handleSysEvent","users:",len(topicInfo.subChan))
380379
msg.Reply(r.cli.NewMessage("blockchain", msg.Ty, &types.Reply{IsOk: true}))
381380

382381
}

0 commit comments

Comments
 (0)