mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpiutil] MulticastResolver: make event manual reset, change to multiple read (#3736)
This commit is contained in:
@@ -19,8 +19,7 @@ struct MulticastServiceResolver::Impl {
|
||||
MulticastServiceResolver* resolver;
|
||||
|
||||
void onFound(ServiceData&& data) {
|
||||
resolver->eventQueue.push(std::move(data));
|
||||
resolver->event.Set();
|
||||
resolver->PushData(std::forward<ServiceData>(data));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user