v1.2.1
Changed
- Deprecate
connect
anddisconnect
in favor of direct calls to__aenter__
and__aexit__
. (@empicano in #247)
Fixed
- Release lock in
__aexit__
only if acquired (@spacemanspiff2007 in #249)
connect
and disconnect
in favor of direct calls to __aenter__
and __aexit__
. (@empicano in #247)__aexit__
only if acquired (@spacemanspiff2007 in #249)