server data rx changes

This commit is contained in:
Pin
2023-03-28 22:12:17 -04:00
parent 812096514d
commit 855c1a075f
5 changed files with 127 additions and 33 deletions

View File

@@ -18,4 +18,3 @@ func (c SaprusFileTransfer) Bytes() []byte {
data = append(data, c.Payload...)
return data
}