Skip to content
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

s/syncer/grpc #491

Closed
zkao opened this issue Jun 13, 2022 · 0 comments · Fixed by #495
Closed

s/syncer/grpc #491

zkao opened this issue Jun 13, 2022 · 0 comments · Fixed by #495
Assignees
Labels

Comments

@zkao
Copy link
Member

zkao commented Jun 13, 2022

debug!("sending request over syncerd bridge: {:?}", request);
let syncer_address: Vec<u8> = ServiceId::Grpcd.into();
writer
.send_routed(
&syncer_address,
&syncer_address,
&syncer_address,
&transcoder.encrypt(request.serialize()),
)

@zkao zkao assigned zkao and unassigned zkao Jun 13, 2022
@TheCharlatan TheCharlatan self-assigned this Jun 16, 2022
@TheCharlatan TheCharlatan linked a pull request Jun 16, 2022 that will close this issue
@zkao zkao closed this as completed in #495 Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants