Justin Randall

Results 2 comments of Justin Randall

For those that already had an AndroidX project setup, flutter clean (after manually nuking the build/ directory) seems to have stopped the crashing. I did not have to make any...

The poll() during the test is pretty suspect. It is effectively a timeout failure set to 500000 milliseconds. ```cpp while (std::any_of (begin, nodes.end (), [] (std::shared_ptr const & node_a) {...