Skip to content

Swampyer.call() should return the entire result #18

Description

@kuenzign

When calling a WAMP remote procedure, the remote procedure is able to return both an args array and a kwargs object, just like the caller was able to pass in during the call. The current Swampyer.call() function does not expose the return array or the return object. It instead only exposes the first element of the return array, which is problematic when the caller is expecting the entire array, and even more problematic when it expects the kwargs object to be returned. Would it be possible to have the Swampyer.call() function return all of the result values?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions