MtService: fixed crash on disconnect last expert in MT terminal

This commit is contained in:
Viacheslav Demydiuk
2025-10-06 12:07:41 +03:00
parent 7b5f740a77
commit 565735c3c5
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -44,6 +44,5 @@ private:
std::string host_;
std::string read_text_;
boost::beast::flat_buffer read_buffer_;
//std::string send_text_;
std::queue<std::string> send_queue_;
};