Skip to content

Remove the CachingTee with a simple write/seek

Cal Pratt requested to merge cpratt34/remove-caching-tee into master

This avoids a lot of the complications with overriding the file interface. There might be a bit more lag in responding at the cost of better runtime safety.

Merge request reports