Properties should not be public-mutable on the Realtime Connection
class
#452
Labels
bug
Something isn't working. It's clear that this does need to be fixed.
Looking at the docs for the
Connection
class...For example
errorReason
isread-only
because it's correctly implemented, yetid
isread / write
because it's incorrectly implemented.Spotted while I was working on #432.
I fear that we may have other properties in other classes where the same 'lazy' implementation is in place.
The text was updated successfully, but these errors were encountered: