refactor identification to its own method

This commit is contained in:
Lion Kortlepel
2024-01-15 22:22:27 +01:00
parent ff33f1d42f
commit e9805c3679
2 changed files with 71 additions and 67 deletions

View File

@@ -105,4 +105,5 @@ private:
thread_pool m_threadpool {};
Sync<bool> m_shutdown { false };
ip::udp::socket m_udp_socket { m_io };
void handle_identification(ClientID id, const Packet& packet, std::shared_ptr<Client>& client);
};