msr-consulting / exscalabar_server

Repository for the EXSCALABAR server.
http://www.msrconsults.com/ukmet-gh/exscalabar
0 stars 1 forks source link

Not writing to files #134

Closed lo-co closed 8 years ago

lo-co commented 8 years ago

Have an issue in which files are not being written to. This has to do with how devices are initialized and registered as emitters of data. Something is passing initialization but then not getting data. Ever. This is likely related to issue #127.

lo-co commented 8 years ago

Files are now writing. Changed Controller::Handle Last Ack Core to remove emitter references that are no longer valid. Need to clean up the code in there.

New problem, but closing this one for now.