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 60b036d commit 168f84bCopy full SHA for 168f84b
src/Server/Notification/PongHandler.php
@@ -2,7 +2,6 @@
2
3
namespace KLP\KlpMcpServer\Server\Notification;
4
5
-use Exception;
6
use KLP\KlpMcpServer\Protocol\Handlers\NotificationHandler;
7
use KLP\KlpMcpServer\Transports\SseAdapters\SseAdapterException;
8
use KLP\KlpMcpServer\Transports\SseAdapters\SseAdapterInterface;
src/Transports/SseTransport.php
@@ -339,7 +339,6 @@ private function getEndpoint(string $sessionId): string
339
}
340
341
/**
342
- * @return int|null
343
* @throws SseAdapterException
344
*/
345
protected function getLastPongResponseTimestamp(): ?int
0 commit comments