Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] If multiple instances are running, later instances overwrite data from previous instances #1401

Open
sdrinf opened this issue Jun 11, 2024 · 0 comments

Comments

@sdrinf
Copy link

sdrinf commented Jun 11, 2024

Bug Description
Context: I'm using chatbox with gpt-4 for high-stakes architectural, and cognitive work. My logs are extremely important to me. I'm also using multiple instances of chatbox at the same time to work on multiple angles.

Bug: If more than one instance of chatbox is running, the later-started one overwrites logs from previous ones.

Steps to Reproduce
Please provide the steps to reproduce the bug:

  1. Open chatbox (instance 1)
  2. open chatbox (instance 2)
  3. In instance 1, start new chat, type "hello 1"
  4. In instance 2, start new chat, type "hello 2"
  5. Close both instances

Expected Results
Next time I open chatbox, I want to see both "hello 1", and "hello 2"

Actual Results
Only hello 2 gets stored, hello 1 is completely disregarded.

Desktop (please complete the following information):

  • Operating System: Windows 11
  • Application Version: 1.3.12

Additional Context
Reproduces 100% in all cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant