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?
In
jsonrpc-core-clientwhen subscribing only parameters that serialize toArrayofNullare allowed. Would it be possible to allowMapas well? I cloned the repo and addedMapas a valid type. It seems to work fine but wonder why there is such a restriction. Maybe I'm missing something?