Skip to content

Conversation

@norwnd
Copy link
Owner

@norwnd norwnd commented Mar 20, 2023

To be consistent with other order-book-related routes, it seems there is no need to keep handling epoch_match_summary when navigated away from /markets page.

// Handle the initial candlestick data.
ws.registerRoute(candlesRoute, (data: BookUpdate) => { this.handleCandlesRoute(data) })
// Handle the candles update on the 'candles' route.
// Handle the candles update.
Copy link
Owner Author

@norwnd norwnd Mar 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These comments seems kinda mixed (some refer to ui<->dexc routes, others refer to dexc<->server ones), easier more robust way to go about it is to just get rid of the duplicated part (actual route name) that can easily get out of date, which is why I update these comments like this here.

@norwnd norwnd force-pushed the master branch 4 times, most recently from ad9d264 to e298e04 Compare November 24, 2024 18:25
@norwnd norwnd force-pushed the master branch 5 times, most recently from f9959eb to a66bbae Compare January 10, 2025 06:09
@norwnd norwnd force-pushed the master branch 3 times, most recently from e3c487c to 333e9f6 Compare January 18, 2025 13:45
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

Successfully merging this pull request may close these issues.

2 participants