zli11010

Results 2 comments of zli11010

I fixed the bug in this pr: https://github.com/AgentOps-AI/agentops/pull/608

OK I fixed the bug by unindent lines 234-235 in `agentops/session.py`. Because they try to acquire a lock, putting them under the `with self.lock` block causes a deadlock.