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

Wait for handler to register #555

Merged
merged 5 commits into from
Dec 7, 2023
Merged

Wait for handler to register #555

merged 5 commits into from
Dec 7, 2023

Conversation

frostbyte73
Copy link
Member

StartEgress will now wait for the handler to register with psrpc before returning

import "google/protobuf/empty.proto";

service EgressService {
rpc HandlerReady(HandlerReadyRequest) returns (google.protobuf.Empty) {};
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
rpc HandlerReady(HandlerReadyRequest) returns (google.protobuf.Empty) {};
rpc WaitForHandlerReady(HandlerReadyRequest) returns (google.protobuf.Empty) {};

@frostbyte73 frostbyte73 merged commit 8a54fdb into main Dec 7, 2023
2 checks passed
@frostbyte73 frostbyte73 deleted the await-handler-ready branch December 7, 2023 22:32
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