updated build system

This commit is contained in:
2024-08-02 13:14:29 -05:00
parent 3567941139
commit 4a2acf99a7
3 changed files with 10 additions and 9 deletions

View File

@ -1409,7 +1409,7 @@ private:
const auto lookup_method_name =
((idx == std::string::npos) ? "::" + method : method.substr(idx - 1));
if (handler_lookup_.find(lookup_method_name) == handler_lookup_.end()) {
message_complete(STATUS_NOT_IMPLEMENTED);
message_complete(static_cast<packet::error_type>(STATUS_NOT_IMPLEMENTED));
} else {
client_pool_.execute(
client_id, thread_id,