This commit is contained in:
Daniil Gentili 2019-09-12 20:14:11 +02:00
parent f15c8fa278
commit c411b3a746
2 changed files with 2 additions and 2 deletions

2
docs

@ -1 +1 @@
Subproject commit fe346258733323e5173e674f15059dea1a1eb880
Subproject commit 9a873608310b43395032755c35bbdf17d35e23d7

View File

@ -235,7 +235,7 @@ class Magic
public static function shutdown(int $code = 0)
{
self::$signaled = true;
getStdin()->unreference();
if (defined(STDIN::class)) getStdin()->unreference();
getInputBufferStream()->unreference();
if ($code !== 0) {
$driver = Loop::get();