class Slack::RealTime::Client

def stop!

def stop!
  fail ClientNotStartedError unless started?
  @socket.disconnect! if @socket
end