Sha256: ae7e70494c9595752a44842e1b74cb19da2a78a211864242e3acd9b1f9ef9f4b
Contents?: true
Size: 351 Bytes
Versions: 3
Compression:
Stored size: 351 Bytes
Contents
# frozen_string_literal: true module LiteCable INTERNAL = { message_types: { welcome: "welcome", ping: "ping", confirmation: "confirm_subscription", rejection: "reject_subscription", cancel: "cancel_subscription" }.freeze, protocols: ["actioncable-v1-json", "actioncable-unsupported"].freeze }.freeze end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
litecable-0.4.2 | lib/lite_cable/internal.rb |
litecable-0.4.1 | lib/lite_cable/internal.rb |
litecable-0.4.0 | lib/lite_cable/internal.rb |