Uh oh!
There was an error while loading. Please reload this page.
Increase ClientOptions mutability safety by cloning objects - #827
Conversation
…y with config files
Fix TokenDetails equals() method by checking instance before casting
Fix ClientOptions copy method
…lity-safety-by-cloning-objects # Conflicts: # core/src/main/java/io/ably/lib/util/ObjectCopyUtil.java
KacperKluka
left a comment
There was a problem hiding this comment.
A few questions and suggestions 😉
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Remove comment about deep copy as we do not need it
ikbalkaya
left a comment
There was a problem hiding this comment.
I have made some suggestions
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Ikbal Kaya <ceikbal@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Ikbal Kaya <ceikbal@gmail.com>
Added ObjectCopyUtil with copy method for ClientOptions. Changing fields in options after it is passed to AblyRealtime will no longer change options in the AblyRealtime instance.