Hi everyone,
We’ve encountered an issue with the .proto
files across SDKs being outdated, leading to parsing errors when compiling on our end. Specifically, we are not receiving ask/bid values due to this mismatch. However, the precompiled versions of the .proto
files(from examples of python SDK) are working fine, indicating that the issue arises from compiling an outdated version.
The issue seems related to the .proto
file in reference to this commit and the corresponding MarketDataFeedV3.proto
file.
Would it be possible for the maintainers to update the .proto
files across all SDKs to ensure consistency and prevent such parsing issues? This would greatly help developers avoid manual workarounds and ensure smoother integration.
Looking forward to your response.
Thanks!