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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: