Re: [PR] IGNITE-25941 .NET: Fix pooled buffer bugs [ignite-3]

2025-07-22 Thread via GitHub
ptupitsyn merged PR #6295: URL: https://github.com/apache/ignite-3/pull/6295 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@i

Re: [PR] IGNITE-25941 .NET: Fix pooled buffer bugs [ignite-3]

2025-07-22 Thread via GitHub
Copilot commented on code in PR #6295: URL: https://github.com/apache/ignite-3/pull/6295#discussion_r2221973425 ## modules/platforms/dotnet/Apache.Ignite/Internal/Buffers/PooledArrayBuffer.cs: ## @@ -93,7 +96,7 @@ public Memory GetWrittenMemory() { Debug.As