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

Fixed AsyncSwitchReactor not updating listeners #63

Closed rhauch closed 8 years ago

rhauch commented 8 years ago

The Container managing the listeners is now correctly added to the map when there isn't already an existing Container for the switch. Also, the notification logic inside the container was corrected.

This PR builds upon #61 but corrects the formatting and simplifies the fixes made in #61.

fixes #60