lib/submodules/ably-ruby/lib/ably/realtime/connection.rb in ably-rest-1.1.7 vs lib/submodules/ably-ruby/lib/ably/realtime/connection.rb in ably-rest-1.1.8

- old
+ new

@@ -80,12 +80,9 @@ }.freeze # Max number of messages to bundle in a single ProtocolMessage MAX_PROTOCOL_MESSAGE_BATCH_SIZE = 50 - # Max message size - MAX_MESSAGE_SIZE = 65536 # See spec TO3l8 - # A unique public identifier for this connection, used to identify this member in presence events and messages # @return [String] attr_reader :id # A unique private connection key used to recover this connection, assigned by Ably