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.
handleFiberTermination
flushOutgoingMessages
1 parent 5804ba9 commit 9827068Copy full SHA for 9827068
src/Server/Transport/StreamableHttpTransport.php
@@ -208,7 +208,7 @@ protected function createStreamedResponse(): ResponseInterface
208
return $this->withCorsHeaders($response);
209
}
210
211
- private function handleFiberTermination(): void
+ protected function handleFiberTermination(): void
212
{
213
$finalResult = $this->sessionFiber->getReturn();
214
@@ -227,7 +227,7 @@ private function handleFiberTermination(): void
227
$this->sessionFiber = null;
228
229
230
- private function flushOutgoingMessages(?Uuid $sessionId): void
+ protected function flushOutgoingMessages(?Uuid $sessionId): void
231
232
$messages = $this->getOutgoingMessages($sessionId);
233
0 commit comments