openbullet / OpenBullet2

OpenBullet reinvented
https://docs.openbullet.dev/
MIT License
1.8k stars 483 forks source link

[Bug]: writing hits problem #735

Open APT-ZERO opened 2 years ago

APT-ZERO commented 2 years ago

Version of the software

0.2.4

Operating system

Windows Server 2019

Browser / Native

Native

What happened?

I made a config that check each line of input and saves all lines with gathered data It will check all, but is not able to write all lines to output files. It only saves like 1% of customs, and also it does not saves all of hits image [+2k bots]

Problem only solves when i use less than 200 bots When using more than 200, It even does not show all hits Idk if it is possible to do anything about it, if it's not possible then just close this issue thanks

Update: i used Utility instead of KeyCheck and now can save all with no problem

Relevant LoliCode if needed

No response

openbullet commented 2 years ago

There are problems with concurrent writes (basically if 2 hits are saved at the same time, especially if very fast, they could cause trouble). I will leave this open and see if I can do something about it.

APT-ZERO commented 2 years ago

@openbullet then why Utility > 'File Append Line' is working without any problem even with many bots? but it will decrease CPM