The client advise the base 1.0, however the flag to decide whether data framing mechanism to use is depended on the server response. When base 1.1 is advise by the server, the netconf gets wrong, since the client only advises 1.0 but the flag sets to use data framing mechanism.
Suggest that: in "NetConfSession.cs" add in line 44
"<capability>" + "urn:ietf:params:netconf:base:1.1" + "</capability>" +
The client advise the base 1.0, however the flag to decide whether data framing mechanism to use is depended on the server response. When base 1.1 is advise by the server, the netconf gets wrong, since the client only advises 1.0 but the flag sets to use data framing mechanism.
Suggest that: in "NetConfSession.cs" add in line 44
"<capability>" + "urn:ietf:params:netconf:base:1.1" + "</capability>" +