Skip to content

Conversation

@favetelinguis
Copy link

@favetelinguis favetelinguis commented Mar 14, 2025

Make changes to basic-cli to be able to connect to the Betfair streaming API

https://betfair-developer-docs.atlassian.net/wiki/spaces/1smk3cen4v3lu3yomq5qye0ni/pages/2687396/Exchange+Stream+API

@favetelinguis favetelinguis marked this pull request as draft March 14, 2025 15:40
@favetelinguis favetelinguis changed the title Add TLS supprt for stream Add TLS support for stream Mar 14, 2025
Comment on lines +20 to +21
rustls = "0.23.23"
webpki-roots = "0.26.8"
Copy link
Collaborator

@Anton-4 Anton-4 Mar 14, 2025

Choose a reason for hiding this comment

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

Before merging we should try to

  • Use the same version of rustls everywhere
  • See if rustls-webpki (already a dependency) happens to contain the necessary bits (just a guess) so we can avoid adding the webpki-roots dependency.

Copy link
Author

Choose a reason for hiding this comment

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

I am not sure how cross platform rustls is with this solution.

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