You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported by @nshahzad here #4, the connection class seems to be leaking.
It can be visible reproduced by storing and retrieving large blobs from a node.
The text was updated successfully, but these errors were encountered:
Connection is not leaking anymore. All buffers returned (for unparsed types like blob) are copied from the original. The GC now collects the original buffers.
As reported by @nshahzad here #4, the connection class seems to be leaking.
It can be visible reproduced by storing and retrieving large blobs from a node.
The text was updated successfully, but these errors were encountered: