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 13, 2023
1 parent a6902c5 commit 6834b6c
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 @@ -60,7 +60,7 @@ func PrintQPS() {

func main() {
flag.Parse()
fmt.Print("start", totalOnlineUserNum, count, sendInterval)
fmt.Print("start", totalOnlineUserNum, count, sendInterval, isRegisterUser)
ctx := context.Background()
p := module.NewPressureTester()
f, r, err := p.SelectSample(totalOnlineUserNum, 0.01)
Expand Down

0 comments on commit 6834b6c

Please sign in to comment.