Skip to content

I've found error in documentation #43

@srenat

Description

@srenat

In outbound socket mode:
app = Outbound("127.0.0.1", 5000, handler)
but to make it working string must be
app = Outbound(handler, "127.0.0.1", 5000)

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