Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
While checking whether a stream is `ByteBufferReadable`, we end up unwrapping the stream and using the unwrapped stream object.
This can cause issues if we depend on the behavior of a certain stream object.
The fix is simple, we can type-check without unwrapping the filestream.
Attachments
Issue Links
- links to