ably/ably-flutter

authHeaders type conversion on Android Plugin is incorrect

ikbalkaya opened this issue · 0 comments

Please see this SO question for context.

I did a quick investigation and could reproduce the problem by creating a map of authHeaders

On Android Plugin AblyMessageCodec class has decodeClientOptions which has force type casts in it where it tries to convert from a HashMap to a Param[]

There are also other fields that are force casted to this and needs checking

┆Issue is synchronized with this Jira Bug by Unito