When we create a new Reporter object in JMRI (according to DccDetectorWN), it does not query the current state of the reporter. As such, only reports that come in after JMRI was started are visible.
We should update the code so that upon startup / object creation, the state query message is sent out. Then observe the incoming state messages and populate the initial state of the reporter from that.
When we create a new Reporter object in JMRI (according to DccDetectorWN), it does not query the current state of the reporter. As such, only reports that come in after JMRI was started are visible.
We should update the code so that upon startup / object creation, the state query message is sent out. Then observe the incoming state messages and populate the initial state of the reporter from that.