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?
The text was updated successfully, but these errors were encountered:
nicolaiunrein
changed the title
Allow Object as subscription params
Allow Map as subscription params
Mar 30, 2021
In
jsonrpc-core-client
when subscribing only parameters that serialize toArray
ofNull
are allowed. Would it be possible to allowMap
as well? I cloned the repo and addedMap
as a valid type. It seems to work fine but wonder why there is such a restriction. Maybe I'm missing something?The text was updated successfully, but these errors were encountered: