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
In Java 21.0.2 a constant was introduced to limit the amount of bytes sent in a single write event, so the whole buffer is not sent at once.
Due to a bug in FixedBufferData, the offset was not calculated correctly and a few tests stopped working (where we use 1 Mbi of data, as the limit is 131_072 bytes).
The text was updated successfully, but these errors were encountered:
In Java 21.0.2 a constant was introduced to limit the amount of bytes sent in a single
write
event, so the whole buffer is not sent at once.Due to a bug in
FixedBufferData
, the offset was not calculated correctly and a few tests stopped working (where we use 1 Mbi of data, as the limit is 131_072 bytes).The text was updated successfully, but these errors were encountered: