Skip to content

telnet connections fail if reply is larger than 32000 #17

@domschl

Description

@domschl

Some parts of the API do not support telnet's blocking=False parameter, and blocking=True cut s all replies to 32000 max. Operation that rely on larger requests (wildcards) fail.

Fix:
allow usage of blocking=False in APIs (e.g. get_readings())
increase default from 32000 for blocking.

deprecate telnet.

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