class Protobuf::Rpc::Zmq::Server

def broadcast_heartbeat?

def broadcast_heartbeat?
  Time.now.to_i >= next_beacon && broadcast_beacons?
end