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
Currently cleanup of conversations is only done in multiprocessing mode.
To avoid large dictionaries of active users and chats, this has to be done in the single process case as well.
The text was updated successfully, but these errors were encountered:
Currently cleanup of conversations is only done in multiprocessing mode.
To avoid large dictionaries of active users and chats, this has to be done in the single process case as well.
The text was updated successfully, but these errors were encountered: