You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed when we call the detach method of a stream the cache property stay attached to some resource. Accroding to Psr7/StreamInterface a stream is unusable after that. Maybe, it makes sense to assign the cache property to null.
The text was updated successfully, but these errors were encountered:
I have noticed when we call the
detach
method of a stream thecache
property stay attached to some resource. Accroding toPsr7/StreamInterface
a stream is unusable after that. Maybe, it makes sense to assign thecache
property tonull
.The text was updated successfully, but these errors were encountered: