Isometrica / sub-stance

An angular-meteor subscription manager with substance.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Support complex arguments in internal payloads properly #5

Open SteveFortune opened 9 years ago

SteveFortune commented 9 years ago

At the moment we create a hashKey for a subscription payload by just .join(,)-ing the arguments. We need to consider array and object arguments, too. Consider using EJSON to format the arguments into a hashKey.