This commit is contained in:
Shawn 2025-04-23 15:18:01 +08:00
parent e57b43377c
commit daa1b56f3a

View file

@ -119,6 +119,8 @@ bool CYSFNetwork::setDestination(const std::string& name, const sockaddr_storage
m_addrLen = addrLen;
m_linked = false;
close();
bool ret = open();
if (ret) {
m_pollTimer.start();