lukechilds / hyperdex-bugtracker

0 stars 1 forks source link

Implement an indicator to show if connection to MM is lost #8

Closed jansako closed 6 years ago

jansako commented 6 years ago

After running HyperDEX for a while (~1 hour), executing a few trades & deposits, it seems MM/komodod has stopped responding. the UI itself (switching tabs & clicking on price to fill the appropriate boxes) still works, but there is no response to:

Is there any logging that I can turn on? let me know what else can I provide.

Win 10.

lukechilds commented 6 years ago

Thanks for reporting, you can open the network tab in dev tools and view the requests we're making to mm. Clicking on them will show you the data sent and received.

screen shot 2018-05-02 at 2 04 04 pm

If mm is responding to requests with incorrect data then it needs to be fixed on mms end. Otherwise, if possible, we should report when mm becomes inactive.

jansako commented 6 years ago

I will leave HyperDEX running & see if I can reproduce.

sindresorhus commented 6 years ago

Moved to https://github.com/lukechilds/hyperdex/issues/260