Skip to content

Split relayer sessions into separate threads #164

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

Draft
wants to merge 2 commits into
base: mike/lazer-update-1
Choose a base branch
from

Conversation

merolish
Copy link
Contributor

@merolish merolish commented Jun 5, 2025

This should mirror the changes in the new lazer agent (both of which should be refactored into common code).

.await
{
tracing::error!("Error sending transaction to Lazer relayer session: {e:?}");
// TODO: Under what circumstances would the channel be hosed and is it worth retry?
Copy link
Contributor

Choose a reason for hiding this comment

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

The channels are mpsc so I think the only way to receive error is if the channel is closed.

Copy link
Contributor

@keyvankhademi keyvankhademi left a comment

Choose a reason for hiding this comment

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

lgtm, wait for ali to approve

@merolish
Copy link
Contributor Author

merolish commented Jun 5, 2025

Thanks, going to make changes reflecting lazer agent review also.

@merolish merolish requested review from darunrs and ali-bahjati June 7, 2025 13:26
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