amphp / byte-stream

A non-blocking stream abstraction for PHP based on Amp.

Home Page:https://amphp.org/byte-stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't null $resource on __destruct in RIS

kelunik opened this issue · comments

ResourceInputStream probably shouldn't null the $resource on __destruct(). I think this would have prevented amphp/artax@v3.0.10^^...v3.0.10 and maybe similar bugs.