We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4093a commit 5f60753Copy full SHA for 5f60753
tests/swoole/SwooleServerDriver.php
@@ -94,6 +94,8 @@ protected function bindHttpEvent() {
94
$AsyncBridge->processRequest($SwooleAsyncRequest, $SwooleAsyncResponse);
95
// $pool1->return($pdo);
96
$response->end();
97
+
98
+ gc_collect_cycles(); // Collect garbage to free memory
99
});
100
}
101
0 commit comments