[Yellowstone] Use yunq native empty requests and responses for service.
This commit is contained in:
parent
cc4b5bd811
commit
b95c736825
13 changed files with 140 additions and 113 deletions
|
|
@ -27,8 +27,7 @@ uint64_t main(uint64_t init_port) {
|
|||
req.set_endpoint_name("voyageurs");
|
||||
ASSIGN_OR_RETURN(VoyageursClient client, server->CreateClient());
|
||||
req.set_endpoint_capability(client.Capability());
|
||||
Empty empty;
|
||||
check(yellowstone.RegisterEndpoint(req, empty));
|
||||
check(yellowstone.RegisterEndpoint(req));
|
||||
|
||||
check(server_thread.Join());
|
||||
check(keyboard_thread.Join());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue