Skip to content

Commit

Permalink
fix: listener add empty implement avoid panic.
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon <46924906+FGadvancer@users.noreply.github.com>
  • Loading branch information
FGadvancer committed Dec 14, 2023
1 parent 36c94c1 commit e680c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msgtest/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func main() {
log.ZWarn(ctx, "send over", nil, "num", p.GetSendNum())
//p.SendSingleMessagesTo(f, 20000, time.Millisecond*1)
//p.SendMessages("fastened_user_prefix_testv3new_0", "fastened_user_prefix_testv3new_1", 100000)
time.Sleep(5 * time.Minute)
time.Sleep(1 * time.Minute)
p.CheckMsg(ctx)

time.Sleep(time.Hour * 60)
Expand Down

0 comments on commit e680c13

Please sign in to comment.