Sha256: 51f0af0137544c4e43e739c7d142be04727a55359bb69acfd8abf664f04c39c3
Contents?: true
Size: 685 Bytes
Versions: 16
Compression:
Stored size: 685 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) INTERNET_CHECK = { url: '//internet-up.ably-realtime.com/is-the-internet-up.txt', ok_text: 'yes' } end
Version data entries
16 entries across 16 versions & 2 rubygems