libsignal-service-java
libsignal-service-java copied to clipboard
RateLimitException: Rate limit exceeded: 413
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);
Exact same problem here. Did you solve this somehow?
I also have the problem. Any hint?
Is there any documentation about this rate limit? It's very challenging to build reliable applications without more context.