Skip to content

Callback data #13

Description

@mkozjak

I get null when using:

rpc.call('say.Hello', { name: 'John' }, function(msg) {
  console.log(msg)
})

Even though msg is not really null, since this returns the stuff correctly:

rpc.call('say.Hello', { name: 'John' }, function() {
  console.log(arguments)
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions