class Slack::RealTime::Concurrency::Celluloid::Socket

def connect!

Other tags:
    Yieldparam: driver -
def connect!
  super
  driver.start
  future.run_loop
end