You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Please see this SO question for context.
I did a quick investigation and could reproduce the problem by creating a map of
authHeader
sOn Android Plugin
AblyMessageCodec
class hasdecodeClientOptions
which has force type casts in it where it tries to convert from aHashMap
to aParam[]
There are also other fields that are force casted to this and needs checking
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: