lib/submodules/ably-ruby/lib/ably/models/message_encoders/base64.rb in ably-rest-0.9.1 vs lib/submodules/ably-ruby/lib/ably/models/message_encoders/base64.rb in ably-rest-0.9.2
- old
+ new
@@ -32,9 +32,9 @@
def is_base64_encoded?(message)
current_encoding_part(message).to_s.match(/^#{ENCODING_ID}$/i)
end
def transport_protocol_text?
- !client.protocol_binary?
+ !options[:binary_protocol]
end
end
end