You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function prepare_frame_packet in extract_json_message.py consists of many moving parts and changes to state. One example, mentioned in #244 is the call to prepare_frames(frame_packet, ...) which modifies and returns an updated list of frames. We should try to simplify / clean up this function.
The text was updated successfully, but these errors were encountered:
The function
prepare_frame_packet
inextract_json_message.py
consists of many moving parts and changes to state. One example, mentioned in #244 is the call toprepare_frames(frame_packet, ...)
which modifies and returns an updated list of frames. We should try to simplify / clean up this function.The text was updated successfully, but these errors were encountered: