Implement client session management and refactoring

This commit is contained in:
netkas 2024-12-09 19:01:56 -05:00
parent cad2ea3419
commit 3a10e01bd8
11 changed files with 234 additions and 23 deletions

View file

@ -27,8 +27,8 @@
* Constructor for initializing the server connection with a given domain.
*
* @param string $domain The domain used to resolve the server's endpoint and public key.
* @throws DatabaseOperationException
* @throws ResolutionException
* @noinspection PhpUnhandledExceptionInspection
*/
public function __construct(string $domain)
{