Skip to content

Commit

Permalink
shame
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-goodisman committed May 9, 2024
1 parent 59b8354 commit 6a85089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func main() {
stopRedisPubsEntry := make([]chan bool, clientsSize)

for j := 0; j < clientsSize; j++ {
redisClient := redisClients[i]
redisClient := redisClients[j]

redisPubs := make(chan *redispub.Publication, bufferSize)
redisPubsAggregationEntry[j] = redisPubs
Expand Down

0 comments on commit 6a85089

Please sign in to comment.