mondora / asteroid

An alternative client for a Meteor backend
MIT License
734 stars 101 forks source link

Method is always called twice on the server #88

Open derwaldgeist opened 8 years ago

derwaldgeist commented 8 years ago

Asteroid is great, but I have a huge problem with methods. Everytime I call a method, it is actually called twice on the server side. I double-checked with a console.log that Asteroid's call() method is definitely only executed once. What might cause this?

aadamsx commented 7 years ago

Did you ever figure this out?