Replies: 1 comment 2 replies
-
no, though some exchanges provide a flag or other method to disable this. Probably you want to filter them out before writing, or use a unique key such that duplicates will just overwrite existing data |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, the initial response from dYdX contains some of the most recent historical trades for the symbol you subscribed to. The issue is that this causes data to be duplicated in the database if you quickly stop and restart the program using this library to write to it. Is there a way to only receive the subsequent channel data and not any historical trades in the initial response?
Beta Was this translation helpful? Give feedback.
All reactions