mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
implement close connection method to free shared memory pool
This commit is contained in:
parent
ed31a3b13f
commit
5b17cf6aca
3 changed files with 20 additions and 0 deletions
|
|
@ -76,4 +76,6 @@ interface Connection
|
|||
public function unsetRequest(): void;
|
||||
|
||||
public function getLength(): ?int;
|
||||
|
||||
public function close(): void;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue