trantor
trantor copied to clipboard
a non-blocking I/O tcp network lib based on c++14/17
Results
62
trantor issues
Sort by
recently updated
recently updated
newest added
### Description The function `trantor::Date::fromDbStringLocal()` expects a full timestamp string in the format: `"YYYY-MM-DD HH:MM:SS[.ffffff]"`, but if you pass only a date string like `"1970-01-01"`, it fails silently and returns...
We have seen lambdas `runEvery` being hours delayed from when it was supposed to run. It seems if a queue of an EventLoop is being filled at the same rate...