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
Good catch @chowyi, I noticed the same issue when running simultaneous tests. I believe the solution is wrapping subsequent send_all() code in an if lock: conditional.
not sure it's a pinax.notifications issue:
In the function send_all() of file engine.py ,
the lock seems have no effect.
when lock is None, the code below can still run.
Did I use it in the wrong way ? Thank you.
The text was updated successfully, but these errors were encountered: