# File lib/messenger/messenger.rb, line 159
    def deadline
      tstamp = Cproton.pn_messenger_deadline(@impl)
      return tstamp / 1000.0 unless tstamp.nil?
    end