Fix web
This commit is contained in:
parent
f15c8fa278
commit
c411b3a746
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit fe346258733323e5173e674f15059dea1a1eb880
|
||||
Subproject commit 9a873608310b43395032755c35bbdf17d35e23d7
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user