Fraunhofer-IIS/libjapi

API Request with not existent JSON Keyword freezes the client.

fraunhofer-iis-bot opened this issue · 3 comments

In GitLab by @fraunhofer-iis-anon on Mar 13, 2020, 12:33

if request with an JSON-keyword or typo in keyword is send, the Client doesn't end.

Example:

cmd_request = {
    'japi_requesTYPO': 'get_temperature',
    'unit': 'kelvin',
    }

In GitLab by @fraunhofer-iis-anon on Mar 13, 2020, 12:35

mentioned in issue libjapi-demo#1

In GitLab by @cstender on Mar 13, 2020, 16:30

This is the expected behavior. At the moment no fix is planned.

In GitLab by @cstender on Mar 13, 2020, 16:30

closed