...
This commit is contained in:
@@ -211,7 +211,7 @@ public:
|
||||
|
||||
|
||||
template <typename... CtorArgTs>
|
||||
asio::awaitable<void> listen(std::derived_from<MccServerEndpoint> auto endpoint, CtorArgTs&&... ctor_args)
|
||||
asio::awaitable<void> listen(std::derived_from<MccNetServerEndpoint> auto endpoint, CtorArgTs&&... ctor_args)
|
||||
{
|
||||
if (!endpoint.isValid()) {
|
||||
logError(std::format("Cannot start listening! Invalid endpoint string representation ('{}')!",
|
||||
|
||||
Reference in New Issue
Block a user