Skip to content

feat(lazer): add retry and TLS support to example publisher #33

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

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

Riateche
Copy link
Contributor

No description provided.

@@ -8,8 +8,10 @@ pyth-lazer-protocol = "0.1.0"

tokio = { version = "1.40.0", features = ["full"] }
anyhow = "1.0.89"
soketto = { version = "0.8.0", features = ["http"] }
Copy link
Contributor

@darunrs darunrs Nov 19, 2024

Choose a reason for hiding this comment

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

We still use soketto elsewhere. Was the main reason to replace it with tungstenite so that we get built-in TLS rather than needing to pull in another 3rd party crate to add TLS ourselves?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes.

@Riateche Riateche merged commit 69fc257 into main Nov 19, 2024
3 checks passed
@Riateche Riateche deleted the lazer-publisher-retry-and-tls branch November 19, 2024 16:52
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.

3 participants