tcp udp 改协程成功

This commit is contained in:
2026-06-23 09:35:27 +08:00
parent 816c7c3c1d
commit 3a4a3abe3f
2 changed files with 5 additions and 5 deletions
@@ -230,7 +230,7 @@ struct TCP_Client_Data_Source : Data_Source {
auto& state = cli.state;
return VAR_JSON_1(state);
}
Psc::asio_socket::TCP_Client cli;
Psc::asio_socket::TCP_Client_Coro cli;
std::string ip;
std::uint16_t port{};