canary icon indicating copy to clipboard operation
canary copied to clipboard

Console: Error Message

Open hack3dahck opened this issue 1 year ago • 2 comments

What happened?

Sometimes when login players/god shows this error on server log: [Task::Task]: task context cannot be empty!

I rly do no how to reproduce this.

hack3dahck avatar Jun 23 '24 18:06 hack3dahck

image

W4gNII avatar Jun 24 '24 12:06 W4gNII

Task::Task(uint32_t expiresAfterMs, std::function<void(void)> &&f, std::string_view context) : func(std::move(f)), context(context), utime(OTSYS_TIME()), expiration(expiresAfterMs > 0 ? OTSYS_TIME() + expiresAfterMs : 0) { if (this->context.empty()) { g_logger().error("[{}]: task context cannot be empty!", FUNCTION); return; }

erick119061 avatar Jun 26 '24 05:06 erick119061

Update your issue and follow the issue template.

majestyotbr avatar Jul 10 '24 06:07 majestyotbr

image

pedrohfk avatar Aug 24 '24 16:08 pedrohfk

up

Zapotoczny avatar Sep 01 '24 11:09 Zapotoczny