lib/lite_cable/connection/identification.rb in litecable-0.8.1 vs lib/lite_cable/connection/identification.rb in litecable-0.8.2

- old
+ new

@@ -37,10 +37,10 @@ end end def initialize(socket, identifiers: nil, **hargs) @encoded_ids = identifiers ? JSON.parse(identifiers) : {} - super socket, **hargs + super(socket, **hargs) end def identifiers self.class.identifiers end