Closed royjacobson closed 1 year ago
Fixes dragonflydb/dragonfly/1591
The problem is that a code path in EpollSocket::RecvMsg would not reset read_context_ so fibers would resume at random suspend points outside.
EpollSocket::RecvMsg
read_context_
Fixes dragonflydb/dragonfly/1591
The problem is that a code path in
EpollSocket::RecvMsg
would not resetread_context_
so fibers would resume at random suspend points outside.