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

def run_loop

def run_loop
  loop { read } if socket
rescue EOFError
  # connection closed
end