Is your feature request related to a problem? Please describe.
The streaming feature (Zstd::StreamWriter and Zstd::StreamReader) of zstd-ruby is experimental.
Actually, there was a bug.
Although the critical bug has been resolved, some strange behavior is still being reported.
We considered that we may not need to use the streaming feature.
It would be better to stop using the streaming feature if it is unnecessary.
Describe the solution you'd like
#5094 (comment)
Describe alternatives you've considered
None.
Additional context
No response
Is your feature request related to a problem? Please describe.
The streaming feature (
Zstd::StreamWriterandZstd::StreamReader) of zstd-ruby is experimental.Actually, there was a bug.
Although the critical bug has been resolved, some strange behavior is still being reported.
We considered that we may not need to use the streaming feature.
It would be better to stop using the streaming feature if it is unnecessary.
Describe the solution you'd like
#5094 (comment)
Describe alternatives you've considered
None.
Additional context
No response