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
The feature of connecting more than 1 client in a single database under client_factory = ClientFactory(database_name) worked perfectly fine earlier but is not working now.
Even on passing the jid parameter as none, it automatically connects to already existing number in the database (which was earlier signed in) rather than generating new QR Code for another number signing.
Any solution for this so far??
The text was updated successfully, but these errors were encountered:
The feature of connecting more than 1 client in a single database under
client_factory = ClientFactory(database_name)
worked perfectly fine earlier but is not working now.Even on passing the
jid
parameter as none, it automatically connects to already existing number in the database (which was earlier signed in) rather than generating new QR Code for another number signing.Any solution for this so far??
The text was updated successfully, but these errors were encountered: