Closed bplimley closed 7 years ago
I think I solved this with the 'new' protocol issue.
Also 'new' protocol is still not default. Should I make it 'default'?
It looks like this is fixed in your pull request, Thanks.
I'm still holding off on making new
default until a couple more issues are resolved, such as #68. Sorry I forgot to assign you earlier.
DataHandler.send_to_queue()
takescpm
andcpm_err
as inputs, and assigns a timestamp usingtime.time()
.The problem is, if the data is loaded from the queue and then fails to send, it goes back into the queue with the wrong timestamp. Instead, the timestamp should be an input argument to
send_to_queue()
andsend_to_memory()
.