Add multiple udp server support

This commit is contained in:
german 2020-11-17 22:16:29 -06:00
parent d9c847bdde
commit 6708e0ec0e
10 changed files with 420 additions and 267 deletions

View file

@ -233,7 +233,7 @@ void InputSubsystem::ReloadInputDevices() {
if (!impl->udp) {
return;
}
impl->udp->ReloadUDPClient();
impl->udp->ReloadSockets();
}
std::vector<std::unique_ptr<Polling::DevicePoller>> InputSubsystem::GetPollers(