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 checked the pointer (p) was able to respond to a feof() call in the constructor, but fails when inside the readBytes() function. Not sure if it is even related to tink_io.
The text was updated successfully, but these errors were encountered:
It fails here: https://github.com/HaxeFoundation/haxe/blob/fae543b/std/php/_std/sys/io/Process.hx#L69
with:
uncaught exception: feof(): supplied resource is not a valid stream resource (errno: 2)
I checked the pointer (
p
) was able to respond to afeof()
call in the constructor, but fails when inside thereadBytes()
function. Not sure if it is even related totink_io
.The text was updated successfully, but these errors were encountered: