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
After I successfully logged in, the program is blocked until I press Ctrl-c.
here is the minimal code to reproduce it
from neonize import NewClient
from neonize.utils.jid import build_jid
client = NewClient("test")
client.connect()
for i in range(50, 100, 2):
import time
client.send_message(build_jid("myPhoneNumber"), f"{i}")
time.sleep(5)
Is there a way to avoid pressing Ctrl-c?
Another question:
Is it possible to avoid creating the sqlite3 db?
Another question:
where can we fund you? ;)
The text was updated successfully, but these errors were encountered:
After I successfully logged in, the program is blocked until I press Ctrl-c.
here is the minimal code to reproduce it
Is there a way to avoid pressing Ctrl-c?
Another question:
Is it possible to avoid creating the sqlite3 db?
Another question:
where can we fund you? ;)
The text was updated successfully, but these errors were encountered: