ac2cz / FoxTelem

AMSAT Fox-1 Telemetry Decoder
GNU General Public License v3.0
52 stars 17 forks source link

Fox1E decoder crashes when server queue exists and payloads deleted #242

Closed ac2cz closed 7 years ago

ac2cz commented 7 years ago

This is probably an issue with the new Frame type for 1E

image

ac2cz commented 7 years ago

Actually, this is an issue because we need a new server queue for the different frame type. The Frames have been saved into high speed, so they are being reloaded into the HighSpeedFrame type. They need to go into a seperate queue or the HighSpeed queue needs to cope with different length/type frames.

ac2cz commented 7 years ago

Can also reproduce this by storing payloads in the queue and then restarting FoxTelem.

ac2cz commented 7 years ago

Fixed and successfully loading data into Server V0.22