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
Hello, after fixing inserting binary values via put method, I've tried to use it in a long-running process. I observe a memory leak and it seems PHP garbage collector is not able to clean Value::blob(...) objects.
I'll try to put some steps to reproduce the issue, but reporting the issue in advance as someone may already have an idea what could be wrong. I cannot yet confirm is it for all the value objects or only the blobs.