ably / ably-flutter

A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
https://ably.com/download
Apache License 2.0
60 stars 16 forks source link

Simpler hashCode implementation for Message-related classes #362

Closed ikurek closed 2 years ago

ikurek commented 2 years ago

This should close #132. I've removed the original implementations of hashCode and replaced it with a single implementation that calculates hash from values of provided objects.