Closed qwentry1 closed 2 years ago
CDSI is the new signal service for getting the account id for a users phone number. signal-cli falls back to the old service in case the new one doesn't work, That's why the message still gets sent.
You seem to get into some kind of rate limiting 429 Too Many Requests
Do you send many messages to new phone numbers?
When trying to send a message with the command:
signal-cli --trust-new-identities=always -o json --config ../signal_cli/999999999 -a +999999999 send -m "test message" +123 +456 +789
I get this error, but messages seem to be sent.What is it?