Fixed a bug in the BFBS GSE Reader that sometimes would forget the GSE Label.
Some checks failed
🚀 Pack skyscraper8 / make-zip (push) Failing after 1m44s
Some checks failed
🚀 Pack skyscraper8 / make-zip (push) Failing after 1m44s
This commit is contained in:
parent
8f1ddcdadf
commit
61b238a4aa
@ -160,7 +160,7 @@ namespace skyscraper8.GS.GSE_BFBS
|
||||
{
|
||||
byte[] gseDataBytes = fragmentations[gsePacket.FragmentId.Value].GetGseDataBytes();
|
||||
ushort protocolType = fragmentations[gsePacket.FragmentId.Value].ProtocolType;
|
||||
HandleAssembledFrame(protocolType, gseDataBytes, gsePacket.Label);
|
||||
HandleAssembledFrame(protocolType, gseDataBytes, fragmentations[gsePacket.FragmentId.Value].Label);
|
||||
fragmentations[gsePacket.FragmentId.Value] = null;
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user