nthallen / monarch

Monarch Data Acquisition System
0 stars 1 forks source link

TM_data_sndr/rcvr non-synchronous Stale() does not increment #152

Closed nthallen closed 3 years ago

nthallen commented 3 years ago

This happens because stale_count is incremented in synch(), which is never called in the non-synchronous mode. Is there any reason why stale_count should not be incremented in Stale() instead?

nthallen commented 3 years ago

Fixed in 0411ef2