Oleg Stepanischev
Oleg Stepanischev
`ArrayPool` is contained in [System.Buffers](https://www.nuget.org/packages/System.Buffers) package
Could you provide code and input samples?
`01 00 00` is an empty last block, if the compressor has no data at the end it outputs an empty last block, if there is data from which a...
@johnsanc314 @gjefferyes Could you check it with master? (with Flush before Dispose)
Both situations are correct, if at `Close` compressor has no data for the last block, then there will be an empty last block `01 00 00` (which says that compression...
@rlerdorf could you release new version with php 8.1 support?
Added PR for this feature
Do you have code to reproduce the issue?
I think `addTask` / `runTasks` are needed to run multiple tasks at the same time (to be handled by multiple workers). The FIFO order will be for batches of tasks,...
@esabol I do not mind, but I am not a maintainer :)