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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
I think I have the project mostly working, but after attempting to send something like 4-5 messages within a time span of a minute or two, I'm now getting a RateLimitException whenever I try to send a message. I can't find any information about what the rate limit is, but given the small number of messages I wonder if this isn't a bug?
The error is thrown in SignalServiceMessageSender on line 935 that reads:
I think I have the project mostly working, but after attempting to send something like 4-5 messages within a time span of a minute or two, I'm now getting a RateLimitException whenever I try to send a message. I can't find any information about what the rate limit is, but given the small number of messages I wonder if this isn't a bug?
The error is thrown in
SignalServiceMessageSender
on line 935 that reads:List<PreKeyBundle> preKeys = socket.getPreKeys(recipient, unidentifiedAccess, deviceId);
The text was updated successfully, but these errors were encountered: