I'm trying to follow the instructions in the README for defining a remote method that returns a promise, but my client code (in Emacs) only ever receives null after calling that method. And that null appears to be returned synchronously, before the async task in my remote method actually resolves a real value to return.
I created a failing test case for this issue here: madeleinedaly@525b722