You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rethinkdb-ts triaged & as long as the error created is a RethinkDBError instance, then it is treated as unhandled. this one really stumps me. it doesn't look like they're doing anything wrong, mostly just node goofing up
node v13.6.0 fixed the bug so RethinkDBError is no longer treated as an unhandled rejection
new node version may have a side effect that doesn't play well with datadog apm. welcome to javascript 😒
uWebSockets will likely fallback to MakeCallback, which will result in a performance hit, but will fix this bug & improve stability
looks like we've still got a small mem leak (maybe 1MB/hr?). not enough to warrant spending any more time on this, but i may do another dump this weekend just to see what it is
"No more rows in the cursor."
processPromiseRejections
must get calledprocessTicksAndRejections
get calledsetTickCallback
, which is C++ codeThe text was updated successfully, but these errors were encountered: