# File gofer/messaging/async.rb, line 26
  def dispatch(envelope)
    begin
      reply = getreply(envelope)
      reply.notify(@listener)
    rescue Exception=>e
      puts "Exception: #{e.to_s}"
    end
  end