Skip to content

Commit

Permalink
Update src/lavinmq/mqtt/broker.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Hörberg <carl@84codes.com>
  • Loading branch information
kickster97 and carlhoerberg authored Jan 24, 2025
1 parent 7208650 commit 76a0edd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lavinmq/mqtt/broker.cr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module LavinMQ
# - Handling the retain store
# - Interfacing with the virtual host (vhost) and the exchange to route messages
# The `Broker` class helps keep the MQTT client concise and focused on the protocol.

def initialize(@vhost : VHost, @replicator : Clustering::Replicator)
@sessions = Sessions.new(@vhost)
@clients = Hash(String, Client).new
Expand Down

0 comments on commit 76a0edd

Please sign in to comment.