mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 00:09:18 +02:00
work
This commit is contained in:
@@ -19,9 +19,9 @@ namespace network::tcp
|
||||
virtual void send_data(std::shared_ptr<std::string> buffer) override;
|
||||
virtual void send_message(const message &msg) override;
|
||||
|
||||
private:
|
||||
asio::ip::tcp::socket m_socket;
|
||||
|
||||
private:
|
||||
std::string m_header_buffer;
|
||||
std::string m_body_buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user