🐛 lost piece of data
This commit is contained in:
@@ -405,6 +405,8 @@ namespace Ragon.Protocol
|
|||||||
|
|
||||||
public byte[] ToArray()
|
public byte[] ToArray()
|
||||||
{
|
{
|
||||||
|
Write(1, 1);
|
||||||
|
|
||||||
var data = new byte[Length];
|
var data = new byte[Length];
|
||||||
int bucketsCount = (_write >> 5) + 1;
|
int bucketsCount = (_write >> 5) + 1;
|
||||||
int length = data.Length;
|
int length = data.Length;
|
||||||
|
|||||||
Reference in New Issue
Block a user