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
In jsonrpc-core-client when subscribing only parameters that serialize to Array of Null are allowed. Would it be possible to allow Map as well? I cloned the repo and added Map as a valid type. It seems to work fine but wonder why there is such a restriction. Maybe I'm missing something?