hitrust / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
1 stars 0 forks source link

Feature Request: throw exception when a wave is "full" (999 blips at this time) #823

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
not sure if this a a bug or a feature request, but i like to see an exception 
thrown when the wave becomes "full", right now this is at 999 blips. When my 
bot submits blip nr 1000 it seems to succeed, no error is given. Would be nice 
if an exception is thrown in this case so i can catch it and clone the wave so 
i can continue with filling the wave. Bot in question relays IRC to Wave and 
back and thus gets filled quickly when the IRC channel is busy.

Original issue reported on code.google.com by bthate on 30 Jun 2010 at 6:48

GoogleCodeExporter commented 9 years ago
Yes, 999 is the current limit for the number of blips, which is now documented 
here:

http://wave-api-faq.appspot.com/#bliplimit

An exception specific to reaching that limit is a good idea.

Original comment by joe.gregorio@gmail.com on 8 Jul 2010 at 1:03