Schmavery / facebook-chat-api

Unofficial Facebook Chat API for Nodejs
MIT License
1.93k stars 596 forks source link

Rate limit? #887

Closed r1bnc closed 3 years ago

r1bnc commented 3 years ago

How do you implement rate limit on the theadList? Is adding sleep function is enough?

r1bnc commented 3 years ago

used async and await to implement rate limit.