Skip to content

Commit

Permalink
remove excess waitgroup add
Browse files Browse the repository at this point in the history
  • Loading branch information
mleku committed May 19, 2024
1 parent 294acce commit 4152b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/wsprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (rl *Relay) wsProcessMessages(msg []byte, c context.T,
// handle each filter separately -- dispatching events as they're loaded
// from databases
for _, f := range env.Filters {
wg.Add(1)
// wg.Add(1)
err = rl.handleFilter(handleFilterParams{
reqCtx,
env.SubscriptionID,
Expand Down

0 comments on commit 4152b58

Please sign in to comment.