Streaming issue for simultaneous request
I was checking
this project and found this issue.
When I simultaneously asked two questions I found that the response was shared between the two requests.
Here I have added a screenshot of that.
Is this a LlamaIndex problem or is there any problem in implementing event streaming in this code?
How can I solve the response event sharing issue between two requests?