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
def reset(self):
self.__read_switch.reset()
self.__write_switch.reset()
self.__no_readers.reset()
self.__no_readers.reset() ## <-- HERE: I think this should be self.__no_writers.reset()
self.__readers_queue.reset()
The text was updated successfully, but these errors were encountered:
redis-rw-lock/redis_rw_lock/__init__.py
Line 59 in 60528bf
The text was updated successfully, but these errors were encountered: