textmagic / textmagic-rest-ruby

MIT License
1 stars 4 forks source link

Rate limiting appears to be disabled or broken #27

Closed matthewcummings closed 9 years ago

matthewcummings commented 9 years ago

Unless you've radically changed your request frequency limit, it appears to be broken or disabled.
I can very easily send multiple messages in a loop like this with the Ruby client:

 10.times do
   client.messages.create(params)
 end

The texts are all sent successfully with no errors at all.

andreylarionov commented 9 years ago

Rate limit was changed. It will soon appear in the documentation.

matthewcummings commented 9 years ago

OK, thanks. Good to know.