kadirahq / subs-manager

Subscriptions Manager for Meteor
MIT License
358 stars 36 forks source link

SubsManager.subscribe doesnt work if params contains special charaters #53

Closed pahans closed 9 years ago

pahans commented 9 years ago

I have something like this in my code subMan.subscribe("subName", param); subscription doesn't work if param variable contain a string with special chars. (example string: "Method not found [404]")

when I replace subscription with Meteor.subscribe everything works as expected.

arunoda commented 9 years ago

So, here special char is "["?

pahans commented 9 years ago

the issue seems to be working now. i didnt do any changes. I ll close this for now and reopen if occurred again