Refactor namespaces part 2 (#820)

Part 2 of refactoring effort
This commit is contained in:
Peter Chen
2023-08-11 12:00:31 -04:00
committed by GitHub
parent 23442ff1a7
commit 696b1a585c
61 changed files with 188 additions and 108 deletions

View File

@@ -34,6 +34,8 @@
#include <thread>
namespace etl {
static boost::beast::websocket::stream_base::timeout
make_TimeoutOption()
{
@@ -191,3 +193,4 @@ SslSource::onSslHandshake(
ws().async_handshake(host, "/", [this](auto ec) { onHandshake(ec); });
}
}
} // namespace etl