-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When I run the benchmark I seem to end up in an inf. loop.
build$ ./example_benchmark
[never seem to end]
The program never leaves the loop in run()
:
// empty receiver queue
while (true)
{
Packet p = con.recv(100);
if (!p)
{
break;
}
}
Is there something I am missing? I have changed the address in the source:
int main()
{
// std::vector<std::string> uris({"radio://*/80/2M/E7E7E7E7E7", "radio://*/90/2M/E7E7E7E7E7"});
- std::vector<std::string> uris({"radio://*/80/2M/E7E7E7E7E7"});
+ std::vector<std::string> uris({"radio://0/80/2M/DEADBEEF"});
trakevital
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working