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
I think this issue happens because each worker thread have their own event loops and each event loop has their own FD pool. When connect and close are combined with runWorkerTaskH, sometimes close is called on different event loop the connection was created on.
This code snippet reproduces this issue (runTask instead of runWorkerTaskH gives same result):
On unknown circumstances, when trying to close a
TCPConnection
an assert occurs:TCPConnection
is not closed from anywhere else in the code.The text was updated successfully, but these errors were encountered: