# File lib/brb/tunnel.rb, line 44
      def post_init
        BrB.logger.info " [BrB] Tunnel initialized on #{@uri}"
        @active = true
        if @block
          EM.defer do
            @block.call(:register, self)
          end
        end
      end