migrate main

This commit is contained in:
2025-08-10 11:49:07 +02:00
parent 6b987cf78d
commit 8bdcffcfa6
13 changed files with 276 additions and 192 deletions

View File

@@ -9,7 +9,7 @@ namespace server {
class FakeSocket : public IServerSocket {
private:
std::vector<std::optional<std::shared_ptr<client::FakeSocket>>> m_Clients;
std::vector<std::optional<std::weak_ptr<client::FakeSocket>>> m_Clients;
public:
FakeSocket() {}