mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
today we might release a bytes array more than once if the send listener throws an exception but already has released the array. Yet, this is already fixed in the BytesArray class we use in production to ensure 3rd party users don't release twice but our mocks still enforce it.