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
On Linux and macOS all works well, but in Windows I get an error:
Could not write to storage.
Maybe it's because the file opens twice, first, in FileStorage::__construct, then file locked by flock and then file opens in FileStorage::bootstrap method.
The text was updated successfully, but these errors were encountered:
When I use next code for bootstrap token bucket:
On Linux and macOS all works well, but in Windows I get an error:
Maybe it's because the file opens twice, first, in
FileStorage::__construct
, then file locked byflock
and then file opens inFileStorage::bootstrap
method.The text was updated successfully, but these errors were encountered: