remove offer() from BufferLeasePool
Closed this issue · 0 comments
kortemik commented
Description
it is extra and calls the BufferLease.removeRef(), which can be called directly because the BufferLease has a reference to the pool it was requested from and returns there automatically.