# File lib/core/session.rb, line 116 def open_receiver(opts=nil) name = opts[:name] rescue connection.link_name Receiver.new(Cproton.pn_receiver(@impl, name)).open(opts) end