AIT-Core icon indicating copy to clipboard operation
AIT-Core copied to clipboard

Issue #368: Bad packet size handling in built-in server handlers

Open JimHofman opened this issue 3 years ago • 1 comments

Add error handling for PacketHandler and CCSDSPacketHandler for check on the size relative to the configured packet definitions.

Fixes #368

JimHofman avatar Oct 06 '22 21:10 JimHofman

@JimHofman Were you able to successfully run pytest on this branch? I am getting errors like: _pickle.PicklingError: Can't pickle <class 'ait.core.tlm.PacketDefinition'>: it's not the same object as ait.core.tlm.PacketDefinition ...which I presume is related to one of apparently thousands of environment issues on my system, but wanted to confirm.

nttoole avatar Oct 13 '22 01:10 nttoole