strongback / strongback-java

A library for FIRST Robotics Competition robots that makes it easier to write and test your robot code.
MIT License
41 stars 38 forks source link

AsyncSwitchReactor doesn't call listeners #60

Closed xortive closed 8 years ago

xortive commented 8 years ago

AsyncSwitchReactor doesn't ever add new Containers to the listeners ConcurrentMap, as ContainerMap.getOrDefault() doesn't call put() on the default. As a result, no Containers are in the listeners map when execute is called.