delight-im / Android-DDP

[UNMAINTAINED] Meteor's Distributed Data Protocol (DDP) for clients on Android
Apache License 2.0
274 stars 54 forks source link

Version 2.1.0 bug #59

Closed Rokeder closed 8 years ago

ocram commented 8 years ago

Thanks for describing this problem!

What is the actual thing you're trying to do and the thing you're expecting in terms of this library's API calls?

You're trying to execute a method using mMeteor.call and then you are expecting a response? Are you expecting the response in a ResultListener or via data that should be received in onDataAdded?

By the way, are you testing this on an emulator or on a real device?

ocram commented 8 years ago

@Rokeder Unless you answer the questions (most importantly the last two questions), we won't be able to help. Sorry!