We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93dca47 + 6e3a6a0 commit bd5c118Copy full SHA for bd5c118
1 file changed
Assets/FishNet/Runtime/Connection/Buffer.cs
@@ -53,6 +53,7 @@ public void Dispose()
53
if (Data != null)
54
ByteArrayPool.Store(Data);
55
Data = null;
56
+ Reset();
57
}
58
59
/// <summary>
0 commit comments