Skip to content

Commit

Permalink
Update src/lavinmq/replication/server.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Börjesson <jon@84codes.com>
  • Loading branch information
kickster97 and spuun authored Nov 9, 2023
1 parent 86afc13 commit 30177a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lavinmq/replication/server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ module LavinMQ

class Follower
Log = ::Log.for(self)
getter ack = Channel(Int64).new
@ack = Channel(Int64).new
@acked_bytes = 0_i64
@sent_bytes = 0_i64
@actions = Channel(Action).new(4096)
Expand Down

0 comments on commit 30177a7

Please sign in to comment.