[Voyageurs] Use yunq native empty response for service.

This commit is contained in:
Drew Galbraith 2023-11-27 08:08:03 -08:00
parent b95c736825
commit 43d7bfa7ad
10 changed files with 28 additions and 67 deletions

View file

@ -40,8 +40,7 @@ void KeyboardListenerBase::Register() {
crash("Failed to create client", client_or.error());
}
listn.set_port_capability(client_or.value().cap());
None n;
check(vclient.RegisterKeyboardListener(listn, n));
check(vclient.RegisterKeyboardListener(listn));
}
Thread KeyboardListenerBase::Listen() {