# File lib/stomp/client.rb, line 146
    def join(limit = nil)
      @listener_thread.join(limit)
    end