class Slack::RealTime::Socket
def start_sync(client)
def start_sync(client) thread = start_async(client) thread&.join rescue Interrupt thread&.exit end
def start_sync(client) thread = start_async(client) thread&.join rescue Interrupt thread&.exit end