pipedald uses service.conf instead of a commandline option.
This commit is contained in:
+6
-1
@@ -1252,7 +1252,12 @@ namespace pipedal
|
||||
|
||||
for (auto it = m_connections.begin(); it != m_connections.end(); ++it)
|
||||
{
|
||||
m_endpoint.close(*it, websocketpp::close::status::normal, "");
|
||||
try {
|
||||
m_endpoint.close(*it, websocketpp::close::status::normal, "");
|
||||
} catch (const std::exception&ignored)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user