# File lib/qrack/client.rb, line 116
    def next_payload(options = {})
      res = next_frame(options)
      res.payload if res
    end