abumq / residue

Real-time centralized logging server ⚡
Other
34 stars 12 forks source link

Adding to log queue needs re-thinking #106

Closed abumq closed 6 years ago

abumq commented 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)

abumq commented 6 years ago

We can't do it as we need it for session_id