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.
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.