Replies: 2 comments
|
There's no rate limit on receive, as far as i know. |
0 replies
|
I think there are 2 efficient ways to receive messages:
The second one is still operating in CLI style but it will return as soon as first message comes in. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to set this up for receiving pushes on new messages instead of only polling?
How often can I call receive? Is there a rate limit on calling receive?
i.e. would it be acceptable/possible to receive every 5s to react to incoming messages quickly?
All reactions