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
Release of version 2.2.0 (#83)
* migration to pyproject.toml
* fixing workflow
* adding optional dependencies for tests
* added python parametrization for CI pytest
* new release
Changed flock to active-waiting and increased the timeout. (#60)
* Changed flock to active-waiting and increased the timeout.
* Added EWOULDBLOCK just to be sure.
* Fixed tests?
* Changed waiting for lock logic.