Closed abumq closed 6 years ago
We need to re-think the way when we respond back to client for the log request. We hold the shared pointer to the session which causes client to potentially wait until the log is processed (unless _close flag is on)
_close
We can't do it as we need it for session_id
We need to re-think the way when we respond back to client for the log request. We hold the shared pointer to the session which causes client to potentially wait until the log is processed (unless
_close
flag is on)