Skip to content

Fix scheme socket double write.

Jacob Lorentzon requested to merge 4lDO2/randd:fix_double_write into master

Randd apparently writes the packet to the scheme socket twice. This most likely does not cause any problems since the packet IDs are incremented monotonically, but that's not guaranteed to be the case.

Merge request reports