migrate main
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user