Skip to content

Bypass method name ambiguity in TaskServer #149

Description

The methods argument to TaskServer creates method names implictly, for example in the code:

task_server = LocalTaskServer(
        ...,
        methods=[foo, bar.baz]
)

the methods will be called foo and baz, but code like

task_server = LocalTaskServer(
        ...,
        methods=[foo, bar.baz, qux.baz]
)

will cause issues.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions