ordhook icon indicating copy to clipboard operation
ordhook copied to clipboard

Registers same observer 3 times.

Open devlancer412 opened this issue 2 years ago • 2 comments

It seems like register same enpoint 3 times with different address. so backend gets post request 3 times. Please check this screenshot image

And this is my config image

devlancer412 avatar Mar 12 '24 12:03 devlancer412

Hi @devlancer412! If you have 3 observers, that means that 3 subscriptions occurred. Any idea on how to reproduce? In the meantime, you can do some cleanup by editing the observers.sqlite db (sqlite3 command or any DB sqlite editor).

lgalabru avatar Mar 13 '24 20:03 lgalabru

Thank you. so it adds observer when ever I run command?

devlancer412 avatar Mar 14 '24 00:03 devlancer412