Sha256: abeeb53beb7f79f432d8b2c85f9b6013f6572802d8ec47e4544c08ca61388e20

Contents?: true

Size: 700 Bytes

Versions: 42

Compression:

Stored size: 700 Bytes

Contents

# Ably is the base namespace for the Ably {Ably::Realtime Realtime} & {Ably::Rest Rest} client libraries.
#
# Please refer to the {file:README.md Readme} on getting started.
#
# @see file:README.md README
module Ably
  # Fallback hosts to use when a connection to rest/realtime.ably.io is not possible due to
  # network failures either at the client, between the client and Ably, within an Ably data center, or at the IO domain registrar
  #
  FALLBACK_HOSTS = %w(A.ably-realtime.com B.ably-realtime.com C.ably-realtime.com D.ably-realtime.com E.ably-realtime.com).freeze

  INTERNET_CHECK = {
    url:     '//internet-up.ably-realtime.com/is-the-internet-up.txt',
    ok_text: 'yes'
  }.freeze
end

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
ably-0.8.6 lib/ably/modules/ably.rb
ably-rest-0.8.6 lib/submodules/ably-ruby/lib/ably/modules/ably.rb