You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uCentral uses WSS (LEJP) callbacks to transform TCP/WSS packets from fragmented data batches into single cJSON object.
There's (presumably) a bug in the parser, as the following issue is observed:
uCentral client wrongfully parses underlying names for port-isolation:
"downlink": {
"downlink.interface-list": [
It's not expected for the nested name to include parent's.
This is observed only in specific scenarios, and for some reason observed only for "downlink", while "uplink" is parsed OK:
ucentral-client: proto_handle:3869: Got cmd:
...
Also note that in the full configure message, Ethernet20 is in both uplink and downlink lists, whereas the above snippet has Ethernet20 and Ethernet21 respectively. Only mentioning in case this is another unexpected behaviour/error as the snippet doesn't match the full block content under downlink, as well as having erroneous key/tag
uCentral uses WSS (LEJP) callbacks to transform TCP/WSS packets from fragmented data batches into single cJSON object.
There's (presumably) a bug in the parser, as the following issue is observed:
uCentral client wrongfully parses underlying names for port-isolation:
It's not expected for the nested name to include parent's.
This is observed only in specific scenarios, and for some reason observed only for "downlink", while "uplink" is parsed OK:
ucentral-client: proto_handle:3869: Got cmd:
...
The text was updated successfully, but these errors were encountered: