We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f04e1 commit 87be243Copy full SHA for 87be243
1 file changed
MLAPI/NetworkingManagerComponents/Binary/BitReader.cs
@@ -170,6 +170,7 @@ private T ReadFloating<T>()
170
171
public void Dispose()
172
{
173
+ readFrom = null; //Give to GC
174
bitCount = 0;
175
readerPool.Enqueue(this);
176
}
0 commit comments