Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DownerCase committed Dec 16, 2024
1 parent a7dfcaf commit 10b7f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/protobuf/subscriber/protobuf_subscriber_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func sendMessages(p *publisher.Publisher[*protos.Person]) {
}

for !p.IsStopped() {
p.Send(person)
_ = p.Send(person)
person.House.Rooms += 1
time.Sleep(10 * time.Millisecond)
}
Expand Down

0 comments on commit 10b7f58

Please sign in to comment.