Skip to content

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

Merged
Riateche merged 1 commit into
mainfrom
lazer-publisher-retry-and-tls
Nov 19, 2024
Merged

feat(lazer): add retry and TLS support to example publisher#33
Riateche merged 1 commit into
mainfrom
lazer-publisher-retry-and-tls

Conversation

@Riateche

Copy link
Copy Markdown
Contributor

No description provided.


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

@darunrs darunrs Nov 19, 2024

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
@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