-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dxfeed websockets API Not Respecting FEED_SETUP Message #6
Comments
I can post the full exchange if necessary - this is the version string I'm using:
|
I'm also getting this issue, and have no solution. Worse, I sometimes get FULL. I've been using dxlink since middle of last summer, and this issue seems new within the past couple of weeks. |
Please share which endpoint do you use? |
Hi @Fyzu - happy to continue the discussion in the other issue. I have the same as the other commenter - same endpoint and everything. |
closing as dupe |
Hello,
I am debugging my dxfeed client, and keep running into this stubborn issue. I am unable to reproduce exactly; running the same code multiple times results in either a successful FEED_SETUP or an unsuccessful one depending on the day/hour.
I am trying to send the following FEED_SETUP message:
However, I keep getting back
, where
acceptDataFormat
is not respected. My parser is based only on the FULL dataset; COMPACT won't work for me. Why does the API not respect my FEED_SETUP message?The text was updated successfully, but these errors were encountered: