authHeaders type conversion on Android Plugin is incorrect
ikbalkaya opened this issue · 0 comments
ikbalkaya commented
Please see this SO question for context.
I did a quick investigation and could reproduce the problem by creating a map of authHeader
s
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