tail-f-systems / JNC

JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
Other
77 stars 87 forks source link

raw input to subscribers is broken #107

Open martin-volf opened 2 years ago

martin-volf commented 2 years ago

The raw data input to IOSubscriber instances may not work correctly under some not frequent circumstances; such as, when a 1.1 frame chunk arrives in two pieces split inside the chunk header, or when two 1.0 frames come in one read, the subscribers may be notified repeatedly about some part of the data.