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