# File lib/pry-remote-em/broker.rb, line 167 def post_init port, ip = Socket.unpack_sockaddr_in(get_peername) log.info("[pry-remote-em broker] received client connection from #{ip}:#{port}") send_banner("PryRemoteEm #{VERSION} #{@opts[:tls] ? 'pryems' : 'pryem'}") @opts[:tls] ? start_tls : send_server_list(Broker.servers) end